spf13-vim介绍和下载
spf13-vim - The Ultimate Vim Distribution
http://vim.spf13.com/
安装见官方网站,非常简单。
spf13-vim自带组件和快捷键
ctrlp
也是ctags,查找文件 快捷键:<c-p>
Tagbar
跳转到定义处 快捷键:CTRL-] ,返回CTRL-t ,右边栏:<Leader>tt
EasyMotion
快速跳转 快捷键:<leader><leader>w,<leader><leader>b,<leader><leader>ss
NERDTree
文件导航 快捷键: <Leader>e , <Leader>nt
NERDCommenter
快速注释当前一行 快捷键:<Leader>c<space>
neocomplcache
自动补全 快捷键:CTRL-p
顺带说一下,<Leader>是自定义的一个快捷键。spf13-vim默认是逗号:, 在.vimrc里面可以更改。
网友评论