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

Request: Extension for vim-multiple-cursors wait_for_user_input() mode #1932

Closed
jamespharvey20 opened this issue Jun 8, 2019 · 1 comment

Comments

@jamespharvey20
Copy link

jamespharvey20 commented Jun 8, 2019

vim-multiple-cursors allows emulating multiple selections, so you can prepend/append to or replace all of them. The link has gifs that show exactly what I mean. It's apparently based on a feature sublime text has.

In case you aren't familiar with it, at least on vimawesome.com, it's the 29th most popular plugin. I'm betting a lot of your users use it as well.

When in that plugin's mode of being able to add/remove selections, that plugin is in multiple_cursors#wait_for_user_input(), which can handle adding/removing selections, or I, A, c, or s for prepend/append/change/substitute.

I think it would be great if vim-airline had an extension (with vim-multiple-cursors working together if needed) so the mode could show MULTIPLE (or M for a short name) instead of NORMAL/N, since it isn't really in normal mode at that point.

Assuming you guys might need to work together a small bit, I opened an issue in vim-multiple-cursors.

@chrisbra
Copy link
Member

blocked by terryma/vim-multiple-cursors#294

@chrisbra chrisbra closed this as completed Aug 3, 2020
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

No branches or pull requests

2 participants