vimux icon indicating copy to clipboard operation
vimux copied to clipboard

closing VimuxZoomRunner

Open chalmagean opened this issue 11 years ago • 2 comments

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

chalmagean avatar Apr 03 '14 15:04 chalmagean

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

m42e avatar Aug 19 '14 07:08 m42e

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?

alerque avatar Feb 14 '21 08:02 alerque