aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-12-21 15:24:58 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-12-21 15:24:58 -0200
commitfb17b5cb60c88b0353400dea0cf51dab74a0ca00 (patch)
treedcf8714dc6c218b3663390347886b8d1efe37d96
parent37aeac5e1d0d0456acc3d0a6d5677400c3398052 (diff)
downloadvim-fb17b5cb60c88b0353400dea0cf51dab74a0ca00.tar.gz
vim-fb17b5cb60c88b0353400dea0cf51dab74a0ca00.tar.bz2
New alias
-rw-r--r--vimrc.dot.link1
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()