mg979 / vim-visual-multi

Multiple cursors plugin for vim/neovim
MIT License
4.24k stars 82 forks source link

remove annoying confirmation when exiting multi-cursor #266

Closed zetatez closed 5 months ago

mg979 commented 5 months ago

That option (g:VM_silent_exit) must be set to 1 to have what you want.

zetatez commented 5 months ago

Thanks, but it still doesn't seem to work as expected, still prompts 'Press ENTER or type command to continue` when leaving multi-cursor.

mg979 commented 5 months ago

By chance you use some nvim package manager? If so, learn to use it, there are similar issues in the tracker. The option works, there's no reason it shouldn't.

mg979 commented 5 months ago

Also, if you really can't make it work, you can just make your changes and use your fork, there's no problem with that.

zetatez commented 5 months ago

I use neovim lazy plugin manager. I've tried this option. For sure, it can disable Exited Visual-Multi., but can not disable Press Enter or type command .... I tend to use my fork. Thanks.