From 01e485ad66e8fd31bf4c18381b4ba12d8e90db38 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 22 Nov 2021 14:51:38 +0100 Subject: Added tmux set escape-time 0 --- config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index f7ef434..c9e2a5e 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -6,6 +6,8 @@ set -g default-terminal "xterm-256color" set -g mouse on setw -g mode-keys vi +set -sg escape-time 0 # otherwise in vim has a small delay + # from: https://github.com/egel/tmux-gruvbox ## COLORSCHEME: gruvbox dark (medium) -- cgit