]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Another NERDTree shortcut
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Sep 2014 13:49:52 +0000 (10:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Sep 2014 13:49:52 +0000 (10:49 -0300)
vimrc.dot.link

index 3255ed9c94e802280639dd345af3bf4ce417b110..c3c61c5f58c8348a9ad8d6536d572358ee528919 100644 (file)
@@ -115,6 +115,7 @@ function OpenNERDTree()
 endfunction
 
 " Shortcuts
+cnoreabbrev N NERDTree
 cnoreabbrev O NERDTreeFromBookmark
 command -nargs=1 -complete=customlist,nerdtree#completeBookmarks T :call TabNew(<f-args>)
 command -nargs=0 OpenNERDTree :call OpenNERDTree()