feat: fix console colors
This commit is contained in:
parent
db439caed7
commit
a5d27dd909
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -g terminal-overrides ',xterm-256color:Tc'
|
set -ag terminal-overrides ',xterm-256color:RGB'
|
||||||
set -sg escape-time 10
|
set -sg escape-time 10
|
||||||
|
|
||||||
# Smart pane switching with awareness of Vim splits.
|
# Smart pane switching with awareness of Vim splits.
|
||||||
|
|
Loading…
Reference in a new issue