Linux/tmux: Difference between revisions
< Linux
m (→Reattach) |
mNo edit summary |
||
Line 6: | Line 6: | ||
* CTRL-b + d detach | * CTRL-b + d detach | ||
</pre> | </pre> | ||
== Reattach == | == Reattach == | ||
Line 17: | Line 16: | ||
tmux attach -t test | tmux attach -t test | ||
</pre> | </pre> | ||
== Other == | == Other == | ||
Line 29: | Line 27: | ||
</pre> | </pre> | ||
== Links == | |||
* https://gist.github.com/MohamedAlaa/2961058 | |||
[[Category:Linux/CL-Tools]] | [[Category:Linux/CL-Tools]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 17:08, 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