1
0
nvim-config/config/core/escape.vim

9 lines
144 B
VimL

imap jk <ESC>
vmap jk <ESC>
"aug FastEscape
"au!
"au InsertEnter * set timeoutlen=0
"au InsertLeave * set timeoutlen=1000
"aug END