Linux/tmux: Difference between revisions
< Linux
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Shortcuts == | == Shortcuts == | ||
<pre> | <pre> |
Revision as of 17:29, 23 December 2021
Shortcuts
CTRL-b + d detach Windows(=Tabs) CTRL-b + c create window CTRL-b + w list windows CTRL-b + n next window CTRL-b + p previous window Panes(=Splits) CTRL-b + % vertical split CTRL-b + " horizontal split CTRL-b + o swap panes CTRL-b + q show pane numbers CTRL-b + x kill pane
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