updated escape time too long using neovim with tmux

This commit is contained in:
aminnairi
2023-12-02 15:32:34 +01:00
parent debad03f8c
commit 2e67fbcf7d
+3
View File
@@ -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'