Skip to content

Instantly share code, notes, and snippets.

@sgsheg
Created September 4, 2014 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgsheg/e22af809e19bff474abe to your computer and use it in GitHub Desktop.
Save sgsheg/e22af809e19bff474abe to your computer and use it in GitHub Desktop.
Vim 补全代码
命令 | 补全类型
--------------------------------------------------------------
<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