From 408e161948db7d39aa6b3831815faaea6eed85b7 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 10 Apr 2022 13:33:44 +0300 Subject: [PATCH] set escape-time to 0 in tmux --- config/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/.tmux.conf b/config/.tmux.conf index 8987813..6e18e3c 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -11,3 +11,5 @@ unbind % unbind '"' bind v split-window -h -c "#{pane_current_path}" bind g split-window -v -c "#{pane_current_path}" + +set -sg escape-time 0