t9md / atom-vim-mode-plus

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

Fix: No "1 left character" on escape key to Normal mode #972

Closed Techienaut closed 6 years ago

Techienaut commented 6 years ago

Description: When hitting Escape to get to normal mode, the cursor is moved 1 char left (not a cannon vim default).

If this could be fixed, or a keymap to do 'core:cancel" + move right that would be helpful.

Atom: 1.23.0-beta1

t9md commented 6 years ago

As my understanding move-left when escape-ed from insert-mode to normal-mode is how pure-Vim works.

http://vim.wikia.com/wiki/Prevent_escape_from_moving_the_cursor_one_character_to_the_left

t9md commented 6 years ago

I couldn't get understand what is the issue, moving-left is correct vim behavior with my understanding. You can reopen, but give me more context.