Fixed exit insert mode delay when pressing the ESC key in Neovim within Tmux

This commit is contained in:
josean-dev 2022-12-20 10:03:07 -04:00
parent dcd116fa7e
commit c3382dbdc9

View file

@ -29,6 +29,9 @@ bind-key -T copy-mode-vi 'y' send -X copy-selection # copy text with "y"
unbind -T copy-mode-vi MouseDragEnd1Pane # don't exit copy mode when dragging with mouse
# remove delay for exiting insert mode with ESC in Neovim
set -sg escape-time 10
# tpm plugin
set -g @plugin 'tmux-plugins/tpm'