vim-tmux-navigator
vim-tmux-navigator copied to clipboard
tmux_navigator_preserve_zoom only works with tmux >= 3.1
Setting tmux_navigator_preserve_zoom
in tmux <3.1 breaks this plugin (switching from vim to tmux panes stops working).
The reason is, that tmux_navigator_preserve_zoom
adds the -Z
flag to the tmux select-pane
command and the command than fails to execute.
Tmux 3.0a is still the newest available version of tmux in e.g. Ubuntu 20.04