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 |
Such a good idea. Thanks.
Very cool! Thanks for sharing this.
You save my lifed, thanks!
thanks..
this works! thanks
I'm nth-ing this. So cool - thanks!
this doesnt work. the prefix is fine but i cant type backticks.
@madsonic I have the same problem choosing this way
@masonic you have to type backticks twice for it to be typed on the screen
@jikkujose, I got this. Many thanks !!
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
works like a charm thanks!