christoomey / vim-tmux-navigator

Seamless navigation between tmux panes and vim splits
MIT License
5.07k stars 319 forks source link

Changed all `select-pane` calls to include the -Z option #394

Open igor-semyonov opened 4 weeks ago

igor-semyonov commented 4 weeks ago

Hi,

I believe the -Z option for select-pane is best as the default. This option makes it so that if you are zoomed into a pane, then you are still zoomed after switching to the new pane.

If you agree, here is a commit making the change.

Best, Igor