vim-visual-multi icon indicating copy to clipboard operation
vim-visual-multi copied to clipboard

Multiple cursors plugin for vim/neovim

Results 34 vim-visual-multi issues
Sort by recently updated
recently updated
newest added

I often need to evaluate small selections of text with python, which can be accomplished with a selection in visual mode with the following command: ``` c=py3eval(@") ``` This command...

**Describe the issue:** It is the first day that I have tried vim-visual-multi, so I'm not that familiar with it. I tried to read the tutorial and doc, but I...

more info needed

## Reproduce Procedures ```vim " $ cat test.vim set runtimepath=$VIMRUNTIME set runtimepath+=~/.local/share/nvim/repos/github.com/tpope/vim-surround set runtimepath+=~/.local/share/nvim/repos/github.com/mg979/vim-visual-multi let g:surround_no_mappings = 1 xmap s VSurround xmap S VgSurround let g:VM_maps = {} let g:VM_maps['Select...

**Describe the issue:** `VM-Find-Next` and `VM-Goto-Next` work fine when count is 1 in neovim, but doesn't more than 1. `VM-Find-Prev` and `VM-Goto-Prev` work fine no mater the value of count....

**Describe the issue:** I have the plugin installed with lazy.nvim and have it set up to not load lazily. When I type `` instead of going to the next word...

I have a problem with extra cursor not showing correctly

Hello! Hope you're doing well. ## Description https://github.com/mg979/vim-visual-multi/assets/57322459/b37f6c0c-3eef-4989-a290-9c5388834c7c When there are multiple cursors, pressing `cl` breaks into new lines. Disabling `noice.nvim` fixed it; but I want `vim-visual-multi` to play nicely...

Thank you for this plugin. I use it daily and I find it bridges a gap in a few places in core vim that I simply have no other way...

I don't find feature that paste multiple yanked lines of words to another single place. In my mind it will be very help for fast coding. My goal is make...

**Describe the issue:** I'm having issues/conflicts using `vim-visual-multi` and `mini.clue` together. For example, if I multi-select using `vim-visual-multi` and press `c`, `mini.clue` doesn't pick up `vim-visual-multi`'s binding to do `change`...