From 2e67fbcf7de4624bef4ef6736f8f1f010c19b33a Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:32:26 +0100 Subject: [PATCH] updated escape time too long using neovim with tmux --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index db625db..d90445a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -49,6 +49,9 @@ bind c new-window -c "#{pane_current_path}" # Longer workspace names set -g status-left-length 20 +# Reduce the escape time for Neovim +set-option -sg escape-time 10 + # Terminal feature specific to Neovim set-option -sa terminal-overrides ',alacritty:Tc'