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
## allow utf8 | |
#set-window-option -g utf8 on | |
## disable ESC delay | |
set -s escape-time 0 | |
## set scrolback | |
set-option -g history-limit 50000 | |
set-option -g buffer-limit 20 | |
## set terminal title | |
set -g set-titles on | |
set -g set-titles-string "xxxx" |