Skip to content
Snippets Groups Projects
Commit faed6a85 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Unmap linefeed, make TMUX pane down Ctrl-J work

parent 9a251e57
No related branches found
No related tags found
No related merge requests found
...@@ -346,6 +346,10 @@ set background=light ...@@ -346,6 +346,10 @@ set background=light
exec "set <F24>=\<Esc>[O" exec "set <F24>=\<Esc>[O"
exec "set <F25>=\<Esc>[I" 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 " 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. " colorscheme can appear to be grayscale with "termguicolors" option enabled.
if !has('gui_running') && &term =~ '^\%(screen\|tmux\)' if !has('gui_running') && &term =~ '^\%(screen\|tmux\)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment