Match runs of multiple spaces.
Section: Editor Refactor Recipes
Find repeated spaces
regex
regex
{2,}Explanation
Useful in prose, YAML, or hand-edited lists.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Editor Refactor Recipes
Find simple `var` declarations
Find `var` declarations for modernization review.
Capture ES import path
Find JavaScript/TypeScript imports and capture the module path.