Hacker News new | ask | show | jobs
by judofyr 5753 days ago
You can also use Ctrl-C to get out of insert mode.
2 comments

Yes, but that's not equivalent to Esc, use this:

inoremap <C-c> <Esc>

That bypasses any InsertLeave autocmds.