mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
The new feature of iedit: - start: `SPC s E` start iedit with only current match - next: `<C-n>` add a new virtual cursor + selection on the next match - skip: `<C-x>` skip the next match - prev: `<C-p>` remove current virtual cursor + selection and go back on previous match - select all: `SPC s e` start iedit with all matches