victorhge / iedit

Modify multiple occurrences simultaneously
https://www.emacswiki.org/emacs/Iedit
402 stars 43 forks source link

Feature: sublime style incremental select #46

Closed axyz closed 8 years ago

axyz commented 9 years ago

It would be nice to have something like sublime's CTRL-d that incrementally selects next occurrences.

I know that is possible to expand the region below or on top, but as I've seen there's no way to select only the next occurrence and not just the next line (that could or could not have one or more than one occurrences)

Wilfred commented 8 years ago

For what it's worth, if you have highlight-symbol installed, you can go the first instance, activate the region, then call highlight-symbol-next to expand the region by occurrences.

victorhge commented 8 years ago

Just submit a commit 52c4865. sublime style work flow should works, Just a little bit more key stokes.

Please let me know how you feel about it.