commit 457738e647a145a232539eb1e6af81f837ab4b25
parent 809495677a2575a5353c41fb95bd3f086efb5cf0
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 17 Jul 2022 14:53:24 +0200
tmux: set allow escape code passthrough
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf
@@ -5,6 +5,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@,alacritty:Tc:smcup@:rmcup@*:Ss=\E[%p1%d q:Se=\E[ q'
+set -g allow-passthrough on # allow escape sequence passthrough
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,9 @@
# "set" == "set-option"
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@,alacritty:Tc:smcup@:rmcup@*:Ss=\E[%p1%d q:Se=\E[ q'
+set -g allow-passthrough on # allow escape sequence passthrough
set -g default-command $SHELL
set -g default-shell $SHELL
set -g default-terminal $TERM