Skip to content

Instantly share code, notes, and snippets.

@lsaffie
Created January 5, 2017 15:43
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 lsaffie/a0f2a3830ddc4fbf7bee3505d1cf228c to your computer and use it in GitHub Desktop.
Save lsaffie/a0f2a3830ddc4fbf7bee3505d1cf228c to your computer and use it in GitHub Desktop.
tmux-cheatsheet

Tmux cheatsheet

https://github.com/lsaffie/tmux

Prefix:

ctrl+a

Moving aroud:

right:

ctrl+a + l

left:

ctrl+a + h

top:

ctrl+a + k

botom:

ctrl+a + j

Horizontal Split:

ctrl+a + " 

Vertical Split:

ctrl+a + % 

Resize:

ctrl+a esc + arrows 

Zoom:

ctrl+a + z

Back to last pane:

ctrl+a + ;

Create new window:

ctrl+a + c

Kill pane:

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