-
-
Save b-ggs/f13aa7c43544f1fb177b 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment