aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-12 13:37:42 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-12 13:37:42 -0500
commitde78b21eac81f730bc75c6ebaafbc967e9813943 (patch)
treeb2ced1212407eb403aa0a3d14e56768a93e37234
parentaf6dd1540ca19f11056c13a3a4d3e08beced06f2 (diff)
fix: set tmux excape-time to avoid printing escape chars on init
-rw-r--r--tmux/.config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 40db3b5..8cfb943 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -1,4 +1,5 @@
set -g default-terminal "tmux-256color"
+set -g escape-time 50
set -ga terminal-overrides ",alacritty:Tc"
set -ga terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -ga terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0