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