Skip to content

Instantly share code, notes, and snippets.

@hoeg
Created October 23, 2018 08:42
Show Gist options
  • Save hoeg/328ca1c48aee431e22690e8b92fdb686 to your computer and use it in GitHub Desktop.
Save hoeg/328ca1c48aee431e22690e8b92fdb686 to your computer and use it in GitHub Desktop.
TMUX - Cheatsheet
-----------------
new session
$ tmux new -s <name>
Ctrl-a c -> create new window
Ctrl-a <num> to jump to number window
list tmux sessions
$ tmux ls
$ tmux attach -t <name>
Ctrl-a d -> detach from session
Ctrl-a [ -> select mode
? -> search back
/ -> search forward
<space> -> copy mode
<enter> -> save to buffer
Ctrl-a ] -> paste
Ctrl-a % -> vsplit
Ctrl-a " -> hsplit
Ctrl-a z -> zoom in/out
Ctrl-a { -> move pane left
Ctrl-a } -> move pane right
Ctrl-a <space> -> layout cycle
Ctrl-a ? -> help menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment