" NERDTree: ' e' = toggle side bar let g:NERDTreeGitStatusUpdateOnWrite = 1 nnoremap e :NERDTreeToggle " Open automatically if there are more than 150 columns and no file was specified autocmd VimEnter * if argc() == 0 && &columns > 150 | NERDTree | endif " Set the bookmarks file's path let g:NERDTreeBookmarksFile = GetVardataPath( 'NTBookmarks' )