mirror of
1
0
Fork 0

use tmux-256color instead of screen-256color

Fixes #382
https://github.com/tmux/tmux/wiki/FAQ#i-dont-see-italics-or-italics-and-reverse-are-the-wrong-way-round
This commit is contained in:
Matthew Broomfield 2020-08-07 20:30:39 +00:00
parent 8c342edc6f
commit 76ba8a2e2b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# -- general -------------------------------------------------------------------
set -g default-terminal "screen-256color" # colors!
set -g default-terminal "tmux-256color" # colors!
setw -g xterm-keys on
set -s escape-time 10 # faster command sequences
set -sg repeat-time 600 # increase repeat timeout