Skip to content

Instantly share code, notes, and snippets.

@tlockney
Created June 18, 2014 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlockney/66991f48eb01262dece0 to your computer and use it in GitHub Desktop.
Save tlockney/66991f48eb01262dece0 to your computer and use it in GitHub Desktop.
Tmux conf for remapping the prefix key
# set the command prefix to `
set -g prefix "`"
unbind C-b
bind "`" send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment