В чем разница между Ctrl + C и Ctrl + [? В документах содержится следующее, что я могу найти:
<Esc> or CTRL-[ End insert or Replace mode, go back to Normal mode. Finish
abbreviation.
Note: If your <Esc> key is hard to hit on your keyboard, train
yourself to use CTRL-[.
CTRL-C Quit insert mode, go back to Normal mode. Do not check for
abbreviations. Does not trigger the |InsertLeave| autocommand
event.
CTRL-C Interrupt current (search) command. Use CTRL-Break on
MS-DOS |dos-CTRL-Break|.
In Normal mode, any pending command is aborted.
Кажется, есть некоторые разногласия относительно того, что именно делают команды.
Не работает ли Ctrl + C режим Replace и как аббревиатуры относятся к отложенным командам?