christoomey / vim-tmux-navigator

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

Takes tmux out of minimized mode. #374

Closed shibisuriya closed 5 months ago

shibisuriya commented 5 months ago

I am using this tmux config

bind -r m resize-pane -Z

I typically have multiple tmux panes open at a time and switch between them using vim-tmux-navigator, but I don't want the plugin to take me out of the minimized mode and switch me to next pane when I press accdentaillly...

christoomey commented 5 months ago

Hi @shibisuriya - this is the default tmux behavior, and as discussed in a handful of previous issue (#56, #65, #133, #156, #152), I'm not inclined to alter the functionality here.