tmux cheat sheet Prefix key The default prefix is C-b. If you (or your muscle memory) prefer something else, you need to add this to ~/.tmux.conf: # remap prefix to Control + a set -g prefix C-a # bind 'C-a C-a' to type 'C-a'