Created
February 22, 2015 14:08
-
-
Save brly/ce2608a85eeaef3b075c to your computer and use it in GitHub Desktop.
minimal tmux conf
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
## utf8 | |
set-window-option -g utf8 on | |
## C-b -> C-t | |
unbind-key C-b | |
set-option -g prefix C-t | |
bind-key C-t send-prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment