From bdc41a6a2238d379ba0c7187827235ad3e973ce7 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sun, 22 Oct 2023 11:30:36 +0200 Subject: [PATCH] Better update speed of tmux. --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 98a3a9b..7a772db 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -10,6 +10,9 @@ set -g pane-base-index 1 set-window-option -g pane-base-index 1 set-option -g renumber-windows on +# SPEED +set -g escape-time 0 +set-option -g status-interval 1 # set prefix key to ctrl + space unbind C-b