Skip to content

Instantly share code, notes, and snippets.

@binarycrayon
Last active July 4, 2017 23:26
Show Gist options
  • Save binarycrayon/5794603b356a98d0373bfeefeb978b15 to your computer and use it in GitHub Desktop.
Save binarycrayon/5794603b356a98d0373bfeefeb978b15 to your computer and use it in GitHub Desktop.
my tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. I use dvorak and I used CAP for C, and C-, work the best for me. Adding this to ~/.tmux.conf:

# remap prefix to Alt + b
set -g prefix M-b
# set M-b to default prefix
bind M-b send-prefix
unbind C-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment