1
0
nvim-config/plugins/nerdtree.vim
valeth c32364f2cc move config/plugins to plugins
same reason as the core config directory
2015-04-14 18:14:29 +02:00

6 lines
246 B
VimL

au bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
noremap <silent> <F3> :NERDTreeToggle<CR>
inoremap <silent> <F3> <C-O>:NERDTreeToggle<CR>
vnoremap <silent> <F3> <ESC>:NERDTreeToggle<CR>