tmux color fix
This commit is contained in:
parent
ab4ba24dc7
commit
84aa3c7dcd
|
@ -104,8 +104,8 @@ unbind C-l # Default for go to last window
|
|||
bind -n C-l if-shell "$is_shell" "bind -n C-l send-keys C-l ; run 'sleep 0.1' ; clear-history"
|
||||
|
||||
# use all colors
|
||||
set -g default-terminal "screen-256color"
|
||||
set-option -sa terminal-overrides ',XXX:RGB'
|
||||
set -g default-terminal "tmux-256color"
|
||||
#set-option -sa terminal-overrides ',XXX:RGB'
|
||||
|
||||
# theming, See https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf
|
||||
|
||||
|
|
Loading…
Reference in New Issue