Make true colors work maybe

This commit is contained in:
Andrew Tomaka 2021-11-06 20:47:13 -04:00
parent 29de078156
commit 89e230f68a
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
4 changed files with 5 additions and 266 deletions

View file

@ -1,9 +1,9 @@
# for setting up
bind-key r source-file ~/.tmux.conf \; display-message " ✱ ~/.tmux.conf is reloaded"
# colors
set -g default-terminal "screen-256color"
set-option -ga terminal-overrides ",*-256color:Tc"
# fixup some colors
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
# faster escaping? From neovim CheckHealth
set-option -sg escape-time 10