t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

Esc to cancel autocomplete also enters Normal Mode #1149

Closed charlesangus closed 3 years ago

charlesangus commented 3 years ago

Actual behaviour: While autocomplete suggestion is open, Esc rejects autocomplete and exits Insert mode (returning you to Normal mode).

Desired/expected behaviour: While autocomplete suggestion is open, Esc should reject autocomplete, but remain in Insert Mode.

Motivation: If autocomplete is up and being rejected, it's because I'm typing and am not finished typing. Keystrokes shouldn't do two things, it's confusing.

Atom 1.57, vmp 1.36.4, Windows 10

debug info ```json { "atom": "1.57.0", "platform": "win32", "release": "10.0.19041", "vmpVersion": "1.36.4", "vmpConfig": { "automaticallyEscapeInsertModeOnActivePaneItemChange": true } } ```

Read and check all "Checklist" below.

Checklist

You have to check all before open issue.