brenton-leighton / multiple-cursors.nvim

A multi-cursor plugin for Neovim that works in normal, insert/replace, or visual modes, and with almost every command
Apache License 2.0
152 stars 4 forks source link

Fix: local buffer key maps #48

Closed brenton-leighton closed 3 months ago

brenton-leighton commented 3 months ago

Key maps are now all set for the local buffer. This fixes an issue where the plugin wouldn't override existing local buffer key maps (like the backspace key in insert mode set by nvim-autopairs).

Also adds the v command in visual mode (which just exits visual mode).