Update nvim for nvim 6.0; also update tmux for italics

This commit is contained in:
Proctor
2021-12-06 20:16:42 -06:00
parent 96fc1f6685
commit d255757c18
2 changed files with 14 additions and 12 deletions

View File

@@ -31,9 +31,9 @@ bind L resize-pane -R 5
setw -g mouse off
# set -g default-terminal "xterm-25:color"
# set -g default-terminal "xterm-256:color"
# set -g default-terminal "${TERM}"
set -g default-terminal "tmux-256color"
set -s default-terminal "tmux-256color"
set -g history-limit 6000
set -g window-status-style dim
@@ -46,10 +46,12 @@ set -g status-right '#(~/dotfiles/bin/tmux_battery_charge_indicator.sh) #[bg=whi
set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
set-option -as terminal-overrides ',xterm-256color:RGB'
# set -as terminal-overrides ',xterm-257color:RGB'
set -as terminal-features ',xterm-256color:RGB'
# Undercurl
# set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
# set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
# set -gas terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
set-option -g focus-events on