Neovim config updates

This commit is contained in:
Proctor
2021-11-12 19:44:12 -06:00
parent 41f7cb7e70
commit 1be7abd171
7 changed files with 29 additions and 13 deletions

View File

@@ -31,7 +31,9 @@ bind L resize-pane -R 5
setw -g mouse off
set -g default-terminal "xterm-256color"
# set -g default-terminal "xterm-25:color"
# set -g default-terminal "${TERM}"
set -g default-terminal "tmux-256color"
set -g history-limit 6000
set -g window-status-style dim
@@ -44,5 +46,10 @@ 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 -sa terminal-overrides ',xterm-256color:RGB'
set-option -as terminal-overrides ',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-option -g focus-events on