1
0
Fork 0

buffergator hotkey for vim + C-Space switch for tmux

This commit is contained in:
Von Random 2014-11-18 13:07:11 +03:00
parent 194955ab3d
commit c883b0747d
2 changed files with 6 additions and 1 deletions

3
vimrc
View file

@ -107,6 +107,9 @@ if v:version >= 703
" nerdtree options
let NERDTreeDirArrows=0
map <C-W>. :NERDTreeToggle<cr>
" buffergator options
map <C-W>, :BuffergatorToggle<cr>
endif
endif