diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 796ceec..00f91fe 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -359,6 +359,8 @@ inoremap =Smart_TabComplete() " let g:Powerline_stl_path_style = 'filename' +" close NERDTree after a file is opened +let g:NERDTreeQuitOnOpen=1 " Toggle NERDTree nmap k :NERDTreeToggle " expand to the path of the file in the current buffer