Linux/tmux

From Wiki
< Linux
Revision as of 17:08, 23 December 2021 by Marcluer (talk | contribs)

Shortcuts

* CTRL-b + "         Split current pane vertically into two panes
* CTRL-b + %         Split current pane horizontally into two panes

* CTRL-b + d         detach

Reattach

tmux a

tmux ls

tmux attach -t 0
tmux attach -t test

Other

tmux kill-session -t test

.tmux.conf

set -g mouse on

Links