Added setting to close NERDTree on file open

This commit is contained in:
Nick Nisi
2013-01-04 07:49:28 -06:00
parent 2d584117ad
commit 98aed9c9a5

View File

@@ -359,6 +359,8 @@ inoremap <tab> <c-r>=Smart_TabComplete()<CR>
" let g:Powerline_stl_path_style = 'filename'
" close NERDTree after a file is opened
let g:NERDTreeQuitOnOpen=1
" Toggle NERDTree
nmap <silent> <leader>k :NERDTreeToggle<cr>
" expand to the path of the file in the current buffer