Topic: Ctrl-C not exiting Insert mode in VS
Background: I had to perform a re-install of my licensed version of ViEmu for VS after VS inadvertently upgraded me to an un-licensed / latest version of ViEmu for VS
Once the licensing issue was sorted, I discovered that Ctrl-C stopped working while in Insert mode. This has always worked to return me to Normal mode, but no longer.
<C-c> works fine in ViEmu for SSMS for the same function of returning to Normal mode.
I tried :inoremap <C-c> <Esc> in VS, but it had no effect.
Keyboard mappings in both VS and SSMS appear similar for ViEmu.KeypressCtrlC
- VS: Ctrl+C (Text Editor)
- SSMS: Ctrl+C (SQL Query Editor)
So I'm at a loss as to how to restore the function of <C-c>