multiple-cursors.nvim icon indicating copy to clipboard operation
multiple-cursors.nvim copied to clipboard

A multi-cursor plugin for Neovim that works in normal, insert/replace, or visual modes, and with almost every command

Results 8 multiple-cursors.nvim issues
Sort by recently updated
recently updated
newest added

When i press backspace in insert mode, the deletion only happen on my most recently added cursor, instead of all cursors. I'm on nvim v0.9.4 Here is a small example...

The plugin is not loaded by lazy.vim, therefore i cannot use it ![image](https://github.com/user-attachments/assets/2fbe2073-b11c-427c-bb24-eb054432f53f) ![image](https://github.com/user-attachments/assets/b4633f0a-cc72-45c4-9603-4463b6f84dc1)

Great plugin! I think this issue I have is the last step before I can switch from vim-visual-multi. ![image](https://github.com/brenton-leighton/multiple-cursors.nvim/assets/55164602/4bf3d376-51de-4341-90c9-29974458b1fe) ![image](https://github.com/brenton-leighton/multiple-cursors.nvim/assets/55164602/b275124d-3ffb-45a9-9f86-20cefcb5352a) As you can see, when auto-completing, the other cursors do...

![图片](https://github.com/user-attachments/assets/b5538e18-5ba8-4524-aa7f-ba61b7c63d5d) In normal mode, I put cursor at 'is', and then match next to 'this', and then match next to 'this' In this case, my intention is to match the...

1. Problem (fix to #76 ) 1) normal motion in indented line doesn't consider `curswant` when it move to up and down (j ,k) it makes main cursor move by...

Thankyou for your efforts, After `MultiplecursorsAddDown` or `MultiplecursorsAddUp`, or in multi cursor mode, j and k motion is weird. case1) it moves up and left 4 blocks. case2) it moves...

First, thanks for the plugin, finally an awesome multi-cursor that actually works and does not freeze like other vim plugins do. So, is it possible to add cursor to each...