diff --git a/vimrc b/vimrc index 07a27c0..ece6e79 100644 --- a/vimrc +++ b/vimrc @@ -52,16 +52,16 @@ endif " TODO put in a file group imap cll console.log()==f(a -let g:tmux_navigator_no_mappings = 1 -let g:tmux_navigator_save_on_switch = 1 +" let g:tmux_navigator_no_mappings = 1 +" let g:tmux_navigator_save_on_switch = 1 " Disable tmux navigator when zooming the Vim pane " let g:tmux_navigator_disable_when_zoomed = 1 -nnoremap :TmuxNavigateLeft -nnoremap :TmuxNavigateDown -nnoremap :TmuxNavigateUp -nnoremap :TmuxNavigateRight -nnoremap :TmuxNavigatePrevious +" nnoremap :TmuxNavigateLeft +" nnoremap :TmuxNavigateDown +" nnoremap :TmuxNavigateUp +" nnoremap :TmuxNavigateRight +" nnoremap :TmuxNavigatePrevious set ignorecase smartcase set incsearch