diff options
-rw-r--r-- | vimrc.dot.link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index 6f0d61d..bf8bb7a 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -138,6 +138,7 @@ endfunction " Shortcuts cnoreabbrev t NERDTree cnoreabbrev b NERDTreeFromBookmark +cnoreabbrev s OpenSession command -nargs=1 -complete=dir T :call TabNew(<f-args>) command -nargs=1 -complete=customlist,nerdtree#completeBookmarks B :call TabNewBookmark(<f-args>) command -nargs=0 OpenNERDTree :call OpenNERDTree() |