aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc.dot.link2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 05f6001..dac239c 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -146,6 +146,8 @@ endfunction
cnoreabbrev t NERDTree
cnoreabbrev b NERDTreeFromBookmark
cnoreabbrev s OpenSession
+cnoreabbrev sload OpenSession
+cnoreabbrev ssave SaveSession
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()