Skip to content

Instantly share code, notes, and snippets.

@yuankaiz
Forked from jikkujose/.tmux.conf
Created March 28, 2017 02:23
Show Gist options
  • Save yuankaiz/82d4ae45004f86865a1b87cf23715071 to your computer and use it in GitHub Desktop.
Save yuankaiz/82d4ae45004f86865a1b87cf23715071 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