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'