Loading

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

posted @ 2025-06-06 16:05  ShaoMingkaii  阅读(8)  评论(0)    收藏  举报