+ Improved vim
This commit is contained in:
parent
33d9dda300
commit
99fab0e8f4
2 changed files with 56 additions and 36 deletions
|
@ -42,3 +42,6 @@ endif
|
|||
" - Lf Shortcut
|
||||
" let g:lf_map_keys = 0
|
||||
" map <C-n> :Lf<CR>
|
||||
|
||||
" - exit if only nerdtree left
|
||||
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue