Skip to content

Instantly share code, notes, and snippets.

@GAKINDUSTRIES
Last active March 6, 2018 04:57
Show Gist options
  • Save GAKINDUSTRIES/1fe0f5935e96279e444a88887ffb4aa2 to your computer and use it in GitHub Desktop.
Save GAKINDUSTRIES/1fe0f5935e96279e444a88887ffb4aa2 to your computer and use it in GitHub Desktop.
TMUX shortcuts

Cheatsheet for Tmux :D

Create a new session

  • tmux new -s [session-name]

Re attach to a session

  • tmux attach -t [session-name]

Split panes vertically

  • CapsLock - %

Split panes horizontally

  • CapsLock - "

Create a new window

  • CapsLock - c

Create a new window

  • CapsLock - c

Create a new window

  • CapsLock - n # next
  • CapsLock - p # previous

Detach from a session

  • CapsLock - d

Choose a session from a list

  • CapsLock - d

Switch between sessions

  • CapsLock - ) #next
  • CapsLock - ( #previous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment