commit 1cb6a16bb50d79e4b1856bbab11be604b39fabe2
parent c25213a7d16a709c92cd020f8242546fe021e90e
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 30 Dec 2021 10:59:56 +0100
tmux: maybe fix vim cursor
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@'
+set -g terminal-overrides 'xterm-256color:Tc:smcup@:rmcup@,st-256color: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@'
+set -g terminal-overrides 'xterm-256color:Tc:smcup@:rmcup@,st-256color: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