Skip to content

How can I tell if anything is selected? #202

Answered by mg979
askfiy asked this question in Q&A
Discussion options

You must be logged in to vote

You can check if exists('b:visual_multi') to see if you are in multiple cursors mode.

In lua you can just check if vim.b.visual_multi then ...

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by askfiy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants