Y
Hacker News
new
|
ask
|
show
|
jobs
by
judofyr
5800 days ago
You can also use Ctrl-C to get out of insert mode.
2 comments
ptn
5800 days ago
Yes, but that's not equivalent to Esc, use this:
inoremap <C-c> <Esc>
link
graywh
5799 days ago
That bypasses any InsertLeave autocmds.
link
inoremap <C-c> <Esc>