diff --git a/.vimrc b/.vimrc index 021caa37e6baf9d2981e5af2cfe8455dcee82432..c2e04c16d32e5711dd5d1c7f663833be4098f074 100644 --- a/.vimrc +++ b/.vimrc @@ -346,6 +346,10 @@ set background=light exec "set <F24>=\<Esc>[O" exec "set <F25>=\<Esc>[I" +" TMUX workaround, unmap Line Feed +" https://unix.stackexchange.com/questions/329641/can-i-remap-ctrl-j-and-ctrl-k-in-vim +let g:C_Ctrl_j = 'off' + " You might have to force true color when using regular vim inside tmux as the " colorscheme can appear to be grayscale with "termguicolors" option enabled. if !has('gui_running') && &term =~ '^\%(screen\|tmux\)'