+ Improved vim

This commit is contained in:
ziro 2020-07-26 16:15:50 +07:00
parent 33d9dda300
commit 99fab0e8f4
2 changed files with 56 additions and 36 deletions

View file

@ -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