Tmux
Session
new session : tmux
detach : ctrl + b + d
list sessions : tmux ls
reattach : tmux attach -t name_of_session
rename : tmux rename-session -t old_name new_name
new session with name : tmux new -s name_session
deleting : tmux kill-session -t name
pane
new pane right : ctrl + b + %
switch pane : ctrl +b + direction
new pane bottom : ctrl + b + "
Windows
creating new windows : ctrl + b + c
switch : ctrl + b + window num
renaming window : ctrl + b + ,
exit : exit

浙公网安备 33010602011771号