Added vim-session; :SaveSession and :OpenSession [Fix #322]

This commit is contained in:
Yan Pritzker
2013-08-04 17:58:12 -05:00
parent 0d58568c9c
commit 5eb6a22c06
4 changed files with 7 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ map ,{ ysiw{
vmap ,} c{ <C-R>" }<ESC>
vmap ,{ c{<C-R>"}<ESC>
map ,` ysiw`
" gary bernhardt's hashrocket
imap <c-l> <space>=><space>

View File

@@ -100,6 +100,9 @@ Bundle "vim-scripts/lastpos.vim"
Bundle "vim-scripts/sudo.vim"
Bundle "xsunsmile/showmarks.git"
Bundle "terryma/vim-multiple-cursors"
"vim-misc is required for vim-session
Bundle "xolox/vim-misc"
Bundle "xolox/vim-session"
" Text objects
Bundle "austintaylor/vim-indentobject"