Skip to content

Instantly share code, notes, and snippets.

@non-static
Last active December 11, 2022 06:18
Show Gist options
  • Save non-static/78a545d073e327c1718cf0bb595491e4 to your computer and use it in GitHub Desktop.
Save non-static/78a545d073e327c1718cf0bb595491e4 to your computer and use it in GitHub Desktop.
Shortcuts Cheat Sheet

Shortcuts Cheat Sheet

Tmux

Shortcuts start with Ctrl+b

Basic concepts

  • Pane: sub-window on the current "screen"
  • Window: different "screen"

Shortcuts on the same window

Shortcut after Ctrl+b Meaning
Shift+5 Create a pane on right
Shift+' Create a pane below
arrow key Jump to the pane in that direction
q Show id of the pane, start from 0
q, <id> Jump to the pane with <id>

Shortcuts between windows

Shortcut after Ctrl+b Meaning
c Create a new window
w List all windows
<id> Go to window number <id>
p Go to previous window
n Go to next window

Others

Shortcut after Ctrl+b Meaning
: Enter command mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment