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-[>
Written by Sławosz
Related protips
1 Response
Curious: why <Left><C-[>
and not <Esc>
?
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Vim
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#