diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-12-21 15:24:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-12-21 15:24:58 -0200 |
commit | fb17b5cb60c88b0353400dea0cf51dab74a0ca00 (patch) | |
tree | dcf8714dc6c218b3663390347886b8d1efe37d96 | |
parent | 37aeac5e1d0d0456acc3d0a6d5677400c3398052 (diff) | |
download | vim-fb17b5cb60c88b0353400dea0cf51dab74a0ca00.tar.gz vim-fb17b5cb60c88b0353400dea0cf51dab74a0ca00.tar.bz2 |
New alias
-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() |