mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:59:55 -06:00
Update nvim for nvim 6.0; also update tmux for italics
This commit is contained in:
12
tmux.conf
12
tmux.conf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user