#tmux : create a session
># Ctrl+b, %: create a vetical pane
># Ctrl+b, " : create a horizontal pane
># Ctrl+b, q, N: change a pane, N is the order of panes, please press the order before disappear.
># Ctrl+b, c : create a new window
># Crrl+b, s : list all the sessions
># Ctrl+b, s, UP/Down, ENTER: change for sessions
># Ctrl+b, Ctrl+z : suspend the current session
># Ctrl+b, d : detach the current session
># Ctrl+b, N: change windows, N is the order of windows
># Ctrl+b, p : presious window
># Ctrl+b, n : next window
># Ctrl+b, ? : list for help
# tmux ls : list all session
# tmux new -s session-name
# tmux a : attach the first avilable session
# tmux a -t session-name : attach a session
# tmux detach : detach the attached session
时间: 2024-10-29 03:28:16