buffergator hotkey for vim + C-Space switch for tmux
This commit is contained in:
parent
194955ab3d
commit
c883b0747d
2 changed files with 6 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue