1
0
nvim-config/core/escape.vim
valeth 375814ff79 move config/core to core
the extra config dir seems unnecessary,
this folder should already only contain configuration files
2015-04-14 18:12:42 +02:00

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