From 84a8df869f9226bd893d860cf08fd85ba7a344d9 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 18 Oct 2019 08:52:14 +0000 Subject: [PATCH] Turn off tmuxnavigator --- vimrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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