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

Disable TMUX plugin when fully zoomed in

parent 78767582
No related branches found
No related tags found
No related merge requests found
......@@ -347,6 +347,9 @@ exec "set <F25>=\<Esc>[I"
" https://unix.stackexchange.com/questions/329641/can-i-remap-ctrl-j-and-ctrl-k-in-vim
let g:C_Ctrl_j = 'off'
" Disable tmux navigator when zooming the Vim pane
let g:tmux_navigator_disable_when_zoomed = 1
" 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\)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment