From 84cdcd185aa21efc4e7587e58f2acc15d9c6fd84 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 4 Apr 2021 17:31:58 -0300 Subject: [PATCH] Dont wait after changing panes --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6175d32..3dacd79 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,6 +19,9 @@ bind Enter new-window # Don't wait for the escape press set -s escape-time 0 +# Also, don't keep waiting for more keys when moving around panels +set-option -g repeat-time 0 + # Define the statusbar set-option -g status on set-option -g status-style fg=cyan # ,bg=black