mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-04 23:51:13 +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
|
||||
|
||||
# remove delay for exiting insert mode with ESC in Neovim
|
||||
set -sg escape-time 10
|
||||
|
||||
# tpm plugin
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
|
|
Loading…
Reference in a new issue