Linux terminal multiplexing simple summary artifact tmux

Create a named Tmux session (tmux new new -s session_name)
tmux new new -s session_name chongchong

Temporarily retreat Tmux session (Ctrl + ad)
is directly related to the window

Back Tmux Session ()
tmux the attach the session -t-chongchong

Get Tmux session list (tmux ls)

Shortcut key: press the key combination ctrl + b, then release
it separately press c tmux a new session in tmux

Press 0 then a separate key to switch between windows (window switches to 0)

Then a separate press d to exit the session, were back again

Guess you like

Origin blog.51cto.com/jinbao/2420975