From cee6db44365c0bf2e8d4546ed044cc761e3afa54 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 19 Dec 2024 09:11:48 +0300 Subject: [PATCH] Tmux: Fix random character printing to stdin. --- home/file/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/file/tmux/tmux.conf b/home/file/tmux/tmux.conf index 46563da..fb1e50c 100644 --- a/home/file/tmux/tmux.conf +++ b/home/file/tmux/tmux.conf @@ -12,7 +12,7 @@ bind -T copy-mode-vi v send -X begin-selection bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy" # Env. -set -sg escape-time 0 +set -sg escape-time 50 set-option -g default-terminal "tmux-256color" set-option -g focus-events on set-option -sa terminal-features "RGB"