tmux-cheatsheet

[http://tmuxcheatsheet.com/]

Scrolling

Open

Ctrl-b pageup/pagedown

drop out

q

Panes

Left and right

Ctrl-b %

Down points

Ctrl-b "

select

Ctrl-b on the cursor up / down cursor / cursor left / right cursor

adjust size

Ctrl-b- the cursor up / down cursor / cursor left / right cursor

shut down

Ctrl-b x

Window

Create a window

Ctrl-b c

Close window

Ctrl-b &

Select window

Ctrl-b 0/1/2/.../9

Session

Create Session

tmux

Session list

tmux ls

Create a session ID is specified

tmux new -s session ID

Open Recent Session

tmux a

Opens the specified session ID

tmux a -t session ID

End the current session

Ctrl-d

Switch sessions

Ctrl-b s

Temporarily quit the current session

Ctrl-b d

Guess you like

Origin www.cnblogs.com/dirge/p/11615934.html