Skip to content
破仑的博客
Go back

VIM常用命令

配置

使用的使spf-13的配置,自定义配置

插件

NERDTree

autocmd vimenter * NERDTree

autocmd vimenter * wincmd p

autocmd StdinReadPre * let s:std_in=1 autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif

autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif

map <C-b> :NERDTreeToggle<CR>

let NERDTreeIgnore = [‘regex’]

删除

移动


Share this post on:

Previous Post
常用工具
Next Post
SublimeText3 个人设置及常用插件