-
Notifications
You must be signed in to change notification settings - Fork 84
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
motions don't effect multi cursors when vim-remotions
is installed.
#280
Comments
vds2212/vim-remotions
is installed.
My suspicions were right. vds2212/vim-remotions plugin was the culprit . It doesn't work iff I load it. |
vds2212/vim-remotions
is installed. vim-remotions
is installed.
Probably similar to this : jinh0/eyeliner.nvim#59 |
Thanks for reporting this problem. I'll try to reproduce it on my side. I'll let you know. |
Here is the problem I have reproduced: If you register the
When you are using vim-visual-multi when you are using these motion in multi cursor mode:
I believe the reason is that [vim-visual-multi] hijack the motions (i.e. introduces their own mapping for I there is a solution I supposed it is in vim-visual-multi. I had a look at the code but it seems rather complex. Remark: If you don't have vim-remotions remapping |
You can check if the current state is normal visual-multi-cursors , just return the original key. I don't know if there is a local buffer variable for it. |
vim-remotions is not aware that vim-visual-multi is on so it can adapt. I believe that vim-visual-multi introduces a general mapping where vim-remotions introduces A solution could be that:
|
I do agree that seems like a good solution. Do visual multi has a reason to use global mappings? |
I don't see any. The |
@mg979 ? If you are still maintaning it. |
I had a closer look. It seems that vim-visual-multi already create |
Describe the issue:
motions doesn't effect multi cursors in normal mode.
They only work on the current single one
I have tried
\\space
and it seems to do nothing.Why the its status is not shown in
\\l
?Steps to reproduce
I guess it is related to my configuration but have no idea how to debug
The text was updated successfully, but these errors were encountered: