commit 58ba1d065f4fcd71b038abdbf7d76f083878081f
parent f6fe407b708a6d57d35a583582f68dfd5db252ef
Author: Alex Balgavy <alex@balgavy.eu>
Date: Tue, 1 Mar 2022 17:04:12 +0100
tmux: fix vim colors in alacritty
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf
@@ -4,7 +4,7 @@
set -g history-limit 30000
set -g mouse on
# terminal-overrides works based on $TERM outside of tmux
-set -g terminal-overrides 'xterm-256color:Tc:smcup@:rmcup@,st-256color:Tc:smcup@:rmcup@,*:Ss=\E[%p1%d q:Se=\E[ q'
+set -g terminal-overrides 'xterm-256color:Tc:smcup@:rmcup@,st-256color:Tc:smcup@:rmcup@,alacritty:Tc:smcup@:rmcup@*:Ss=\E[%p1%d q:Se=\E[ q'
set -g default-command $SHELL
set -g default-shell $SHELL
set -g default-terminal $TERM
diff --git a/tmux/tmux-light.conf b/tmux/tmux-light.conf
@@ -3,7 +3,7 @@
# "set" == "set-option"
set -g history-limit 30000
set -g mouse on
-set -g terminal-overrides 'xterm-256color:Tc:smcup@:rmcup@,st-256color:Tc:smcup@:rmcup@,*:Ss=\E[%p1%d q:Se=\E[ q'
+set -g terminal-overrides 'xterm-256color:Tc:smcup@:rmcup@,st-256color:Tc:smcup@:rmcup@,alacritty:Tc:smcup@:rmcup@*:Ss=\E[%p1%d q:Se=\E[ q'
set -g default-command $SHELL
set -g default-shell $SHELL
set -g default-terminal $TERM