Tmux Cheat Sheet
Session⌗
- new session:
tmux new -s name
- show session:
tmux ls
- attach session with name:
tmux a -t name
- detach from session:
ctrl+b
thend
Panes⌗
- split pane horizontally:
ctrl+b
then%
- split pane vertically:
ctrl+b
then"
- cloes current pane:
ctrl+b
thenx
- swap panes:
ctrl+b
theno
- swan and rotate panes:
ctrl+b
thenctrl+o
Window⌗
- Create current window:
ctrl+b
thenc
- Close current window:
ctrl+b
then&
- Rename current window:
ctrl+b
then,
- Next window:
ctrl+b
thenp
- Previous window:
ctrl+b
thenn
View in tmux⌗
ctrl+b
then [
Plugin⌗
- tmux-resurrect Restore tmux environment after system restart.
The better way to use tmux is to customize in your way, feel free to refer my tmux config
Reference⌗
Read other posts