mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:59:55 -06:00
support solarized8 too
This commit is contained in:
@@ -33,7 +33,7 @@ setw -g mouse off
|
||||
|
||||
# set -g default-terminal "xterm-256:color"
|
||||
# set -g default-terminal "${TERM}"
|
||||
set -s default-terminal "tmux-256color"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -g history-limit 15000
|
||||
|
||||
set -g window-status-style dim
|
||||
@@ -47,8 +47,8 @@ set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WIND
|
||||
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
|
||||
|
||||
# set -as terminal-overrides ',xterm-256color:RGB'
|
||||
set -as terminal-features ',xterm-256color:RGB'
|
||||
set-option -sa terminal-overrides ',xterm-256color:RGB'
|
||||
set -as terminal-features ',tmux-256color:RGB'
|
||||
set-option -sa terminal-overrides ',tmux-256color:RGB'
|
||||
|
||||
# Undercurl
|
||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||
|
||||
Reference in New Issue
Block a user