From here, here, here and here.
1 | sudo apt-get install tmux |
The default prefix key is “C-b”, which means the “Ctrl key” and “b”. In tmux, modifier keys are shown by prefixing a key with “C-“” for the control key, “M-“ for the meta key (normally Alt on modern computers) and “S-“ for the shift key. These may be combined together, so “C-M-x” means pressing the control key, meta key and “x” together. Use “C-b ?” to show the help keys information.
1 | Ctrl+b d:detach the current session. |
More “pane” and “window” related operations, please check the post here.