From 98aed9c9a5905ecdbc2da01b26ff1adbecebfb6c Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Fri, 4 Jan 2013 07:49:28 -0600 Subject: [PATCH] Added setting to close NERDTree on file open --- vim/vimrc.symlink | 2 ++ 1 file changed, 2 insertions(+) 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