# mg979/vim-visual-multi

Multiple cursors plugin for vim/neovim

Repository: https://github.com/mg979/vim-visual-multi
Canonical: https://ross.abutalabs.com/products/vim-visual-multi
Language: Vim Script
License: MIT
License Family: permissive
Topics: vim, cursor, multiple-cursors
Last push: 2024-09-01T18:09:22+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3065, "days_push": 731, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4877, forks 99 (observed 2026-08-28T04:09:01.735611+00:00)

## What it is
A multiple cursors plugin for Vim and Neovim, analogous to visual-block but driven mostly from normal mode. It supports cursor/extend modes, regex patterns, macros at cursors, alignment, and transposition of selections.

## Use cases
- edit multiple occurrences of a word at once in vim
- create vertical cursors to edit columns
- run macros or normal commands at multiple cursor locations
- rename a variable across a file without a global replace
- select and edit text inside brackets or quotes at several places

## When to choose
- you use Vim or Neovim and want Sublime/VS Code-style multi-cursor editing
- you need cursor and extend modes with most normal/visual commands working
- you want regex-based pattern selection and cursor alignment

## When to avoid
- you prefer native vim visual-block and :substitute workflows
- you use an editor other than Vim/Neovim
- you need a GUI text editor with built-in multi-cursor support

## Facets
- artifact type: plugin
- maturity: stable
- function: editor, developer-tools
- domain: text-editors, developer-tools
- platform: windows, cross-platform
- tags: vim, neovim, multiple-cursors, vim-plugin, editing, linux, macos

## Member repositories
- mg979/vim-visual-multi (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:01.735611+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:17.302833+00:00, confidence not recorded.
  - readme: https://github.com/mg979/vim-visual-multi (fetched 2026-08-28T04:09:01.735611+00:00, sha 93b17d03ff22)
- Data as of 2026-08-30T08:39:29.467469+00:00.
