Skip to content

Multicursor: Allow skipping selected occurunce

Waqar Ahmed requested to merge work/multicursor-fwd into master

Most editors with multicursors allow skipping a selected occurunce. Workflow is like this:

  • Alt + J => Select next "foo"
  • Alt + K => Mark current selection as "to skip"
  • Alt + J => Select next "foo" and unselect the current one

Merge request reports