In tmux, I have a problem. I was working in multiple panes by splitting the entire terminal into 2 or 3, so that I could switch over different tasks with a few types, which was great. However, I accidentally typed prefix + enter which maximizes the one pane so that it occupies the entire terminal. This cannot be killed since it is running experimental code. How can I switch back to other panes?
1 Answer
Normally you zoom in and out from panes by
prefix + z
where prefix, is Ctrl + B by default