From dba44db4d338c83767279a60ec95bbc38d8e2eb9 Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Tue, 11 Mar 2025 19:57:23 +0100 Subject: [PATCH] remove repeat time tmux --- config/shared/tmux | 1 + 1 file changed, 1 insertion(+) diff --git a/config/shared/tmux b/config/shared/tmux index 1e274aa..6949bd1 100644 --- a/config/shared/tmux +++ b/config/shared/tmux @@ -7,6 +7,7 @@ bind-key C-Space send-prefix #set -as terminal-features ",*:RGB" set-option -a terminal-features 'xterm-256color:RGB' set-option -sg escape-time 10 +set-option -g repeat-time 0 set-option -g focus-events on # Set the base index for windows and panes to 1 instead of 0