Skip to content

Multicursor Plugin

Help query: "What does the multicursor plugin do?" / "How do I use multicursor in Volt?"

The multicursor plugin adds multiple-cursor style selections: add the next or previous match under the cursor, or select all matches, then edit them together through the vim edit pipeline.

Package namemulticursor
Moduleuser/multicursor.rs

What it does

  • Add the next matching selection
  • Add the previous matching selection
  • Select all matches of the current selection

Commands

CommandDescription
multicursor.add-next-matchAdds the next match as a cursor/selection.
multicursor.add-previous-matchAdds the previous match as a cursor/selection.
multicursor.select-all-matchesSelects all matches.

Keybindings

ChordCommandScope
g nmulticursor.add-next-matchWorkspace Normal/Visual
g Nmulticursor.add-previous-matchWorkspace Normal/Visual
n / pnext / previous matchMulticursor scope

Notes

Actions flow through editor.vim.edit hooks with multicursor details.

Volt — modal editor platform · docs optimized for in-editor help search