add tmux-navigator plugin
This commit is contained in:
parent
3b56030ee6
commit
e3557f8e78
10
plugins/vim-tmux-navigator.vim
Normal file
10
plugins/vim-tmux-navigator.vim
Normal file
@ -0,0 +1,10 @@
|
||||
Plug 'christoomey/vim-tmux-navigator'
|
||||
|
||||
" use Alt instead of Ctrl
|
||||
let g:tmux_navigator_no_mappings = 1
|
||||
|
||||
nnoremap <silent> <M-h> :TmuxNavigateLeft<cr>
|
||||
nnoremap <silent> <M-j> :TmuxNavigateDown<cr>
|
||||
nnoremap <silent> <M-k> :TmuxNavigateUp<cr>
|
||||
nnoremap <silent> <M-l> :TmuxNavigateRight<cr>
|
||||
nnoremap <silent> <M-\> :TmuxNavigatePrevious<cr>
|
Loading…
Reference in New Issue
Block a user