This blog is about a quick tutorial about Tmux.
You are welcomed to chat about it and if you like this blog, do not forget to give me a like.
Welcome to see my homepage and contact me
: NicholasYe’s Homepage.
tmux
to create a new tmux windowCtrl+b c
to create a new sessionCtrl+b ,
to rename sessionCtrl+d
to exit session or finally windowCtrl+b d
to detach windowtmux a
to attach remaining windowcreate a new pain
Ctrl+b %
: create a split pain
Ctrl+b ←
: switch to left painCtrl+b →
: switch to right painCtrl+b "
: create a vertical painexit
: use exit to close the paincreate a new window
Ctrl+b c
: create a new window
Ctrl+b {number}
: switch to the {number} windowCtrl+b ,
: rename the windowexit
: close the windowCtrl+b d
: detach from tmuxsession
tmux ls
: show the working tmux
tmux rename-session -t {name} {new name}
: rename exiting tmux session into new nametmux attach -t {name}
: attach tmux session (-t means target)tmux new -s {name}
: create new tmux with nametmux kill-session -t {name}
: kill tmux session with nameoverview
Ctrl+b w
: show the overview of the current windowPlease clearly mark the source of the article in the process of reproducing it! Respect for originality and intellectual property rights, thanks!