Skip to content

Instantly share code, notes, and snippets.

@crgr
Forked from jofi/tmux - prefix
Created October 3, 2018 09:56
Show Gist options
  • Save crgr/7a295726813f6bd235f1c57db7aad1bb to your computer and use it in GitHub Desktop.
Save crgr/7a295726813f6bd235f1c57db7aad1bb 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