Skip to content

Instantly share code, notes, and snippets.

@jikkujose
Created November 17, 2013 04:37
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • 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
@blightwing
Copy link

works like a charm thanks!

@gregsexton
Copy link

Such a good idea. Thanks.

@saurabh-hirani
Copy link

Very cool! Thanks for sharing this.

@vaisov
Copy link

vaisov commented Jan 22, 2018

You save my lifed, thanks!

@daBayrus
Copy link

thanks..

@senecamanu
Copy link

this works! thanks

@BrandonIrizarry
Copy link

I'm nth-ing this. So cool - thanks!

@madsonic
Copy link

this doesnt work. the prefix is fine but i cant type backticks.

@Hainguyen1210
Copy link

@madsonic I have the same problem choosing this way

@jikkujose
Copy link
Author

@masonic you have to type backticks twice for it to be typed on the screen

@Hainguyen1210
Copy link

@jikkujose, I got this. Many thanks !!

@BloodHound-swh
Copy link

nice!

@vdegenne
Copy link

vdegenne commented Jan 3, 2024

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.

@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