Linux/tmux: Difference between revisions
< Linux
mNo edit summary |
m (→Reattach) |
||
Line 10: | Line 10: | ||
== Reattach == | == Reattach == | ||
<pre> | <pre> | ||
tmux a | |||
tmux ls | tmux ls | ||
tmux attach -t 0 | tmux attach -t 0 | ||
tmux attach -t test | |||
</pre> | </pre> | ||
== Other == | |||
<pre> | |||
tmux kill-session -t test | |||
</pre> | |||
== .tmux.conf == | == .tmux.conf == |
Revision as of 17:06, 23 December 2021
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