Open matthewwithanm opened 7 years ago
Yes, this is currently limitation of vim-mode-plus.
In vim-mode-plus, escape
is not mapped to core:cancel
.
It's mapped to vim-mode-plus:activate-normal-mode
(not in normal-mode) or vim-mode-plus:reset-normal-mode
.
This is the implementation taken over from original vim-mode(github maintained), I can FIX this limitation by overloading core:cancel
but postponed, since impact is big.
So currently what user can do is set dedicated keymap for core:cancel
(what I'm doing now).
See this comment for detail.
https://github.com/t9md/atom-vim-mode-plus/issues/526#issuecomment-262701696
What is the function of reset-normal-mode
? Does it need three keymaps?
Atom notifications can't be dismissed using escape when vim-mode-plus is installed. To repro:
atom.notifications.addError('hi')
)