Search code examples
tmux

How to return from tmux '?' hotkeys ("help") window


I have some valuable output in my tmux pane, after which I have pressed ctrl-B + ?, opening list of tmux hotkeys. I need to return to the original view of this tmux session. How to do this?


Solution

  • It's just copy mode, q or C-c, or Escape as well with emacs keys.