nvim-mini / nvim-mini/mini.nvim
mini.cursors: minimal multicursors like helix
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 9.5k
- Forks
- 310
- Avg merge
- 4h 16m
- Merged PRs (30d)
- 1
Description
Contributing guidelines
- I have read CONTRIBUTING.md
- I have read CODE_OF_CONDUCT.md
Module(s)
vim-visual-multi
Description
I know nvim has macros, but a minimal multi-cursors feature would be great just like helix.
Use C to create a cursor, and Use 'S' to toggle select cursor mode, when in select cursor mode, only the currently selected cursor is active and can be operated. Use 'D' to delete a cursor.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the mini.nvim module structure and the vim-visual-multi behavior described in the issue. Define and verify the expected behavior for C to create a cursor, S to toggle select-cursor mode, and D to delete a cursor, including how completion will be tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100