Skip to content

Instantly share code, notes, and snippets.

@ajhsu
Forked from jikkujose/.tmux.conf
Created November 3, 2018 06:22
Show Gist options
  • Save ajhsu/82d4369d7eabb135cf0f50f8c8488978 to your computer and use it in GitHub Desktop.
Save ajhsu/82d4369d7eabb135cf0f50f8c8488978 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