remove repeat time tmux

This commit is contained in:
Tomas Mirchev 2025-03-11 19:56:15 +01:00
parent 1190d60585
commit 2c08e75e10

View File

@ -9,6 +9,7 @@ set-option -g set-clipboard on
#set -as terminal-features ",*:RGB" #set -as terminal-features ",*:RGB"
set-option -a terminal-features 'xterm-256color:RGB' set-option -a terminal-features 'xterm-256color:RGB'
set-option -sg escape-time 10 set-option -sg escape-time 10
set-option -g repeat-time 0
set-option -g focus-events on set-option -g focus-events on
# Set the base index for windows and panes to 1 instead of 0 # Set the base index for windows and panes to 1 instead of 0