atom-vim-mode-plus
atom-vim-mode-plus copied to clipboard
Reset multiple to first cursor's position
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.
Reverted to default behavior, introduced option.
Does seem to break resetting from occurrence with clearMultipleCursorsOnEscapeInsertMode
. cop
<some text>
esc
resets to second occurrence (not first, as expected).
What's the status here? Can I do something?