0% found this document useful (0 votes)
2K views

Tmux Cheat Sheet PDF

This document provides shortcuts and commands for navigating and managing windows and panes in the terminal multiplexer tmux. Some key bindings include ^b c to close the current window, ^b n and ^b p to move between windows, ^b % to split windows vertically, and ^b “ to move between panes within windows. It also lists commands for listing and attaching tmux sessions.

Uploaded by

Chester Connolly
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

Tmux Cheat Sheet PDF

This document provides shortcuts and commands for navigating and managing windows and panes in the terminal multiplexer tmux. Some key bindings include ^b c to close the current window, ^b n and ^b p to move between windows, ^b % to split windows vertically, and ^b “ to move between panes within windows. It also lists commands for listing and attaching tmux sessions.

Uploaded by

Chester Connolly
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

new window

^b c

close window

^d

kill window

^b &

next window

^b n

previous window

^b p

rename window

^b ,

list all windows

^b w

move to window number

^b [number]

split window vertically

^b %

split window horizontally

^b

next pane

^b o

previous pane

^b ;

show pane numbers

^b q

move pane left

^b {

move pane right

^b {

swap pane locations

^b ^o

resize pane down

^b ^j

OR

^b : resize-pane XX

resize pane up

^b ^k

OR

^b : resize-pane -U XX

resize pane left

^b ^h

OR

^b : resize-pane -L

resize pane right

^b ^j

OR

^b : resize-pane -R

re-attach a detached session

tmux attach

list sessions

^b s OR tmux ls

start scroll mode

^b [

exit scroll mode

OR

^b x

tmux commands (devdaily.com)

You might also like