1.替换时记录匹配(括号钱需加反斜杠,提取记录的匹配用\1,\2)
2.替换某一字符为换行符,在行末再加一换行符
3.全选(命令行模式下使用)
4.统一行的长度(70为你想要的长度)
5.打开英语拼写检查(不同vim的mapleader不同,我的mapleader是“,”,所以这里用”,“)
Another way for checking the spell is add the following words to vimrc
.
Other commands useful for correcting wrong spelled words or record your new words are listsed below.
6.vim统计某字符出现次数(char 为某字符)【n表示只匹配不替换】
7.vim中保存一段内容
8.ddp (交换两行代码) 和 xp (交换两个字母)
9.删除的时候使用f和t
10.使用如下命令给正在编辑的文件添加行号:
11.颠倒整个文件中所有行的顺序:
12.Ctrl-A 可以将光标所在位置处的数字加一,Ctrl-X可以将光标所在位置处的数字减一。
13.关于undo和redo:
14.vim中读入文件
15.vim中删除重复的行
16.vim删除空行
17.DOS-unix格式转换
17.vim中打开或关闭拼写检查engspec
18.Case insensitive match or substitute in Vim
- vim使用模板
20.
————————————–