Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Vim Visual Multi plugin #278

Merged
merged 1 commit into from
Sep 3, 2022
Merged

Conversation

JoseConseco
Copy link
Contributor

fixes #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]]

@akinsho
Copy link

akinsho commented Sep 3, 2022

@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 🙏🏿

@folke folke merged commit 92916b6 into folke:main Sep 3, 2022
@folke
Copy link
Owner

folke commented Sep 3, 2022

@akinsho done! :)

njhoffman pushed a commit to njhoffman/which-key.nvim that referenced this pull request Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conflict with vim-visual-multi
3 participants