Turn off tmuxnavigator
This commit is contained in:
14
vimrc
14
vimrc
@@ -52,16 +52,16 @@ endif
|
|||||||
" TODO put in a file group
|
" TODO put in a file group
|
||||||
imap cll console.log()<Esc>==f(a
|
imap cll console.log()<Esc>==f(a
|
||||||
|
|
||||||
let g:tmux_navigator_no_mappings = 1
|
" let g:tmux_navigator_no_mappings = 1
|
||||||
let g:tmux_navigator_save_on_switch = 1
|
" let g:tmux_navigator_save_on_switch = 1
|
||||||
" Disable tmux navigator when zooming the Vim pane
|
" Disable tmux navigator when zooming the Vim pane
|
||||||
" let g:tmux_navigator_disable_when_zoomed = 1
|
" let g:tmux_navigator_disable_when_zoomed = 1
|
||||||
|
|
||||||
nnoremap <silent> <C-Left> :TmuxNavigateLeft<cr>
|
" nnoremap <silent> <C-Left> :TmuxNavigateLeft<cr>
|
||||||
nnoremap <silent> <C-Down> :TmuxNavigateDown<cr>
|
" nnoremap <silent> <C-Down> :TmuxNavigateDown<cr>
|
||||||
nnoremap <silent> <C-Up> :TmuxNavigateUp<cr>
|
" nnoremap <silent> <C-Up> :TmuxNavigateUp<cr>
|
||||||
nnoremap <silent> <C-Right> :TmuxNavigateRight<cr>
|
" nnoremap <silent> <C-Right> :TmuxNavigateRight<cr>
|
||||||
nnoremap <silent> <C-backspace> :TmuxNavigatePrevious<cr>
|
" nnoremap <silent> <C-backspace> :TmuxNavigatePrevious<cr>
|
||||||
|
|
||||||
set ignorecase smartcase
|
set ignorecase smartcase
|
||||||
set incsearch
|
set incsearch
|
||||||
|
|||||||
Reference in New Issue
Block a user