Skip to content

Instantly share code, notes, and snippets.

@b-ggs
Forked from jikkujose/.tmux.conf
Created December 8, 2015 06:46
Show Gist options
  • Save b-ggs/f13aa7c43544f1fb177b to your computer and use it in GitHub Desktop.
Save b-ggs/f13aa7c43544f1fb177b to your computer and use it in GitHub Desktop.
Change prefix key in tmux to back-tick and still type back-ticks
unbind C-b
set-option -g prefix `
bind ` send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment