From: Silvio Rhatto Date: Sun, 21 Sep 2014 13:49:52 +0000 (-0300) Subject: Another NERDTree shortcut X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c8f8ba8b02865c7825d16f076e96c3fb858156d5;p=rhatto%2Fdotfiles%2Fvim.git Another NERDTree shortcut --- diff --git a/vimrc.dot.link b/vimrc.dot.link index 3255ed9..c3c61c5 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -115,6 +115,7 @@ function OpenNERDTree() endfunction " Shortcuts +cnoreabbrev N NERDTree cnoreabbrev O NERDTreeFromBookmark command -nargs=1 -complete=customlist,nerdtree#completeBookmarks T :call TabNew() command -nargs=0 OpenNERDTree :call OpenNERDTree()