Y
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
ptn
5753 days ago
Yes, but that's not equivalent to Esc, use this:
inoremap <C-c> <Esc>
link
graywh
5752 days ago
That bypasses any InsertLeave autocmds.
link
inoremap <C-c> <Esc>