# jake-stewart/multicursor.nvim

multiple cursors in neovim

Repository: https://github.com/jake-stewart/multicursor.nvim
Canonical: https://ross.abutalabs.com/products/multicursornvim
Language: Lua
License: MIT
License Family: permissive
Topics: multicursor, neovim, neovim-plugin, nvim, nvim-plugin
Last push: 2026-03-24T05:19:26+00:00

## Health v2 (maintenance only)
Score: 56/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 73, release rhythm 35, longevity 52
- inputs: {"age_days": 738, "days_push": 162, "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 1519, forks 14 (observed 2026-08-28T04:04:57.402340+00:00)

## What it is
A Neovim plugin written in Lua that adds true multiple cursor editing with support for normal, insert, replace, visual, and select modes. It includes undo/redo, per-cursor registers, regex-based cursor matching, and a Cursor API for extension.

## Use cases
- edit multiple lines at once in neovim
- add cursors above and below the current line
- select next match of a word with multiple cursors
- place cursors with ctrl+left click
- align and transpose multiple selections
- rename repeated tokens simultaneously in vim

## When to choose
- you use Neovim and want Sublime/VS Code style multi-cursor editing
- you need cursors that work with most plugins, remaps, snippets, and autocompletion
- you want an extensible Cursor API and keymap layers for multi-cursor workflows

## When to avoid
- you use vanilla Vim or another editor rather than Neovim
- you only need simple search-and-replace, which vim's :s already handles
- you prefer built-in vim features like visual block mode over a plugin

## Facets
- artifact type: plugin
- maturity: active
- function: editor, developer-tools
- domain: text-editors, developer-tools
- platform: editor-plugin
- tags: neovim, multiple-cursors, lua, vim-plugin

## Member repositories
- jake-stewart/multicursor.nvim (main) score 56

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:57.402340+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-30T04:31:57.624545+00:00, confidence not recorded.
  - readme: https://github.com/jake-stewart/multicursor.nvim (fetched 2026-08-28T04:04:57.402340+00:00, sha b3d1adbbec0a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
