From 2fc38da6ef5f12dfb723f4c9c388c2b0e137670a Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 28 Jan 2026 18:57:34 +0100 Subject: [PATCH] chore: increase tmux escape time --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 170bdd3..2edf62e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,7 @@ set-option -g default-shell /bin/zsh # remap prefix unbind C-b set-option -g prefix C-t +set-option -sg escape-time 10 bind-key C-t send-prefix # remap split panes bind v split-window -h -c "#{pane_current_path}"