-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Multicursors and fd
#14765
Comments
xz is a good choice |
the issue is not the choice of "fd" the issue is that if I use multiple cursors in insert mode and press "fd", the letters fd get inserted into the document at the secondary cursors. |
Do you use evil-mc or multiple-cursor? |
I am using
|
Try (setq evil-escape-inhibit-functions '((lambda () evil-mc-cursor-state))) |
If you use the [1]
[2]
|
it was shadowed by another package. dear my new reply |
This is actually a known problem gabesoft/evil-mc#41 and people tried to fix it #12159 |
Does this fix it? |
This disables |
you haven't tried it. |
to be clear, this is not a bug of Spacemacs, |
agreed
the workaround doesn't work for me. |
Typing
fd
gets you out of whatever mode you are in. This is nice if you work in the terminal and there is a delay when typing[ESC]
. When having multiple cursors, this does not work as intended, you actually get out of insert mode but on all secondary cursors "fd" is being inserted. Where do I start looking to fix this?The text was updated successfully, but these errors were encountered: