tmux record commonly used commands - memo

All commands via keyboard shortcut CTRL + b? View Help

 

View session:

tmux list-sessions

 

New session:

tmux new-session -s name

 

New session within tmux session:

CRTL+b
:new -s sessionname

 

View session within tmux session

CRTL+b
s

 

Tmux switched session within the session

+ The CTRL (on a session 
the CTRL +) next session

 

Tmux session handover within the window

CTRL + b digital switching windows according to the window number 
switching CTRL + bl to the previous window
CTRL + bn switch to the next window

Guess you like

Origin www.cnblogs.com/zmichael/p/12186700.html