preservim / vimux

easily interact with tmux from vim
MIT License
2.2k stars 159 forks source link

closing VimuxZoomRunner #102

Open chalmagean opened 10 years ago

chalmagean commented 10 years ago

How can I return back to vim when I close the zoomed tmux pane ? Right now I need to do q <bind> z <bind> k which seem like a lot of work.

Thanks

m42e commented 10 years ago

You can map something like ctrl-z to resize-pane -Z then you save some keystrokes. But this may not be that usefull. At the moment I can not imageine an tmux command that returns the zoomed state so that it sends the keys to the current pane if not in zoom mode..... maybe this is worth a change request for tmux

alerque commented 3 years ago

I don't quite understand what the situation is here. If you close the pane yourself doesn't it go back to VIM (or whatever the previous pane was) already? Is there something that still needs fixing in Vimux here or is this a moot point or a Tmux issue?