Skip to content

Instantly share code, notes, and snippets.

@jikkujose
Created November 17, 2013 04:37
Show Gist options
  • Save jikkujose/7509315 to your computer and use it in GitHub Desktop.
Save jikkujose/7509315 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
@jikkujose
Copy link
Author

@vdegenne true! I can't understand the default bindings! Its so weird for me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment