Created
November 17, 2013 04:37
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unbind C-b | |
set-option -g prefix ` | |
bind ` send-prefix |
nice!
This is way better than C-b ... not only C-b is hard to hit but it also messes with "go one character left" original bash keybinding.
@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
@jikkujose, I got this. Many thanks !!