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
# prefix is CTRL-B and CTRL-X | |
set -g prefix C-b | |
set -g prefix2 C-x | |
set-window-option -g xterm-keys on | |
# enable CTRL-B and CTRL-X under other programs (like vim) - you'll have to press twice le combination to have the old one | |
bind C-b send-prefix | |
bind C-x send-prefix | |
# Set 256-colour terminal (default is 16) |