Last Updated: February 25, 2016
·
688
· slawosz

Faster ESC in vim

Esc is quite away from home row so you can use Ctrl-[, Ctrl-C or the fastest jk. To use jk instert following line in vim configuration:

inoremap jk <Left><C-[>
cmap jk <Left><C-[>

1 Response
Add your response

Curious: why <Left><C-[> and not <Esc>?

over 1 year ago ·