Make true colors work maybe
This commit is contained in:
parent
29de078156
commit
89e230f68a
4 changed files with 5 additions and 266 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue