Skip to content

Instantly share code, notes, and snippets.

@jofi
Created April 16, 2014 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jofi/10823940 to your computer and use it in GitHub Desktop.
Save jofi/10823940 to your computer and use it in GitHub Desktop.
Setup secondary prefix for tmux
# in a shell:
tmux set -g prefix2 C-a
tmux bind-key C-a send-prefix -2
# or in a ~/.tmux.conf
set -g prefix2 C-a
bind-key C-a send-prefix -2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment