vim:plugs:tmux-navigator: Disable on zoomed pane
Disable tmux navigator when zooming the Vim pane.
This commit is contained in:
@@ -21,3 +21,8 @@ if (executable('ctags'))
|
|||||||
\ 'build/*'
|
\ 'build/*'
|
||||||
\]
|
\]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if (exists("g:loaded_tmux_navigator"))
|
||||||
|
" Disable tmux navigator when zooming the Vim pane
|
||||||
|
let g:tmux_navigator_disable_when_zoomed = 1
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user