From 1bef964c93068c8b996d0e47b3808992db75eae8 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 10 Apr 2024 17:55:09 +0100 Subject: [PATCH] tmux: reduce esc+ timeout --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c77c9c0..9f43fdf 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,6 +6,10 @@ set -g set-titles on set -g mouse set -g mode-keys vi +# Reduce time to consider Esc+ as +set -sg escape-time 10 +set -sg extended-keys always + # Start windows and panes at 1, not 0 set -g base-index 1 setw -g pane-base-index 1 -- 2.48.1