which-key.nvim icon indicating copy to clipboard operation
which-key.nvim copied to clipboard

Compatibility with Vim Visual Multi plugin

Open JoseConseco opened this issue 2 years ago • 0 comments

fixes https://github.com/folke/which-key.nvim/issues/115 hack but works. The underlying problem is caused by which-key popup, which invalidates visual-multi state. This PR checks if before opening WKey popup we were in Visual-multi-mode, if so, then reapply last visual multi state - vim.cmd[[normal \gS]]

JoseConseco avatar May 04 '22 11:05 JoseConseco

@folke would you be opposed to merging this PR (sorry for the ping) this multi cursor plugin is essentially the de facto MC plugin and the incompatibility between these two plugins is pretty inconvenient 🙏🏿

akinsho avatar Sep 03 '22 12:09 akinsho

@akinsho done! :)

folke avatar Sep 03 '22 14:09 folke