-
Notifications
You must be signed in to change notification settings - Fork 245
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
Request: When in wait_for_user_input(), show prompt #294
Comments
vim-airline maintainer here: So how would it be possible to detect, whether Vim is in "Multiple Cursor Mode"? |
@jamespharvey20 @chrisbra , this feature would be good to have indeed. I don't have much time on my hand right now. Cheers, |
I have the same request, however I'm using https://github.com/itchyny/lightline.vim instead. |
@acheronfail , correct, once the vim-multiple-cursors mode is accessible, any plugin could benefit from it. |
After the user calls a multiple_cursors function that calls
wait_for_user_input()
, I think it would be useful to to show a prompt in the status line. Even if it defaulted to off and required an option to turn it on. Something maybe like "multiple_cursors: " Ideally, it might even show the mode beingMULTIPLE
instead ofNORMAL
, but I'm not sure vim allows that customization.Additionally, I think it would be great if vim-multiple-cursors worked together with vim-airline so when it's in
wait_for_user_input()
, vim-airline can show modeMULTIPLE
(orM
when that plugin is configured to show short mode names), and then nothing would be needed on a second status line when that plugin is being used, because the vim-multiple-cursors mode would be shown on it instead ofNORMAL
.Assuming you guys might need to work together a small bit, not for the vim-multiple-cursors status line output of course, but for any vim-airline integration, I opened an issue in vim-airline.
The text was updated successfully, but these errors were encountered: