Created
September 4, 2014 10:05
-
-
Save sgsheg/e22af809e19bff474abe to your computer and use it in GitHub Desktop.
Vim 补全代码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
命令 | 补全类型 | |
-------------------------------------------------------------- | |
<C -n> 普通关键字 | |
<C -x> <C -n> 当前缓冲区关键字 | |
<C -x> <C -i> 包含文件关键字 | |
<C -x> <C -]> 标签文件关键字 | |
<C -x> <C -k> 字典查找 | |
<C -x> <C -l> 整行补全 | |
<C -x> <C -f> 文件名补全 | |
<C -x> <C -o> 全能补全 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment