mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-06 16:31:16 +01:00
Fixed exit insert mode delay when pressing the ESC key in Neovim within Tmux
This commit is contained in:
parent
dcd116fa7e
commit
c3382dbdc9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
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
|
# tpm plugin
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue