mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
fixed tmux color
This commit is contained in:
parent
e45675d426
commit
583cb4a218
1 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# cat << EOF > /dev/null
|
||||
|
||||
# -- general
|
||||
set -g default-terminal 'tmux-256color'
|
||||
set -ga terminal-overrides ',xterm-256color:RGB'
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||
setw -g xterm-keys on
|
||||
set -s escape-time 0
|
||||
set -sg repeat-time 300
|
||||
|
|
@ -261,3 +261,7 @@ set-option default-path "$PWD"
|
|||
# }
|
||||
#
|
||||
# "$@"
|
||||
|
||||
# Fig Tmux Integration: Enabled
|
||||
source-file ~/.fig/tmux
|
||||
# End of Fig Tmux Integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue