Skip to content

Instantly share code, notes, and snippets.

@JoeArauzo
Last active October 10, 2022 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeArauzo/931bca1bbe064f6d07e85294d24e7e9b to your computer and use it in GitHub Desktop.
Save JoeArauzo/931bca1bbe064f6d07e85294d24e7e9b to your computer and use it in GitHub Desktop.
A useful tmux cheatsheet
Command Purpose

Ctrl+Space s

List sessions

Ctrl+Space :new

New session

Ctrl+Space $

Name session

Ctrl+Space r

Reload tmux.conf

Ctrl+Space -

Split window horizontally

Ctrl+Space |

Split window vertically

+h,j,k,l

Switch panes, left, down, up, right

+,

Resize pane, smaller width

+.

Resize pane, larger width

+-

Resize pane, shorter height

+=

Resize pane, taller height

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment