Last active
December 8, 2016 05:12
-
-
Save 7696122/d9cb20468cc9f8ad28ed0da68643f44f to your computer and use it in GitHub Desktop.
Make tmux prefix to C-\ ( For emacs)
This file contains hidden or 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
# bind prefix to "C-\" { | |
set-option -g prefix "C-\\" | |
# } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment