t9md / atom-vim-mode-plus

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

Reset multiple to first cursor's position #1097

Open trkoch opened 5 years ago

trkoch commented 5 years ago

Respect first cursor's position when clearing multiple cursors. Previously the last added cursor's position was used. By reversing the logic clearing now more closely matches the behavior found in default Atom.

Closes #899.

trkoch commented 5 years ago

Reverted to default behavior, introduced option.

trkoch commented 5 years ago

Does seem to break resetting from occurrence with clearMultipleCursorsOnEscapeInsertMode. cop <some text> esc resets to second occurrence (not first, as expected).

trkoch commented 5 years ago

What's the status here? Can I do something?