diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 26ba6d4..b69bd9d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,5 @@ -set -g default-terminal "tmux-256color" +set -g default-terminal "st-256color" +set-option -ga terminal-overrides ",st-256color:Tc" # Remove nasty escape time set -sg escape-time 0 |