1
0
Fork 0
mirror of synced 2024-05-29 05:11:10 -04:00

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

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