hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple-cursors M-S-d is using iedit-delete-occurrences instead evil-multiedit-match-symbol-and-prev

otavioschwanck opened this issue · comments

What did you expect to happen?

Select a equal text before the cursor

What actually happened?

Deleted the selected word

Describe your attempts to resolve the issue

No response

Steps to reproduce

Create a text with:

  1. doom_emacs_rulez
  2. doom_emacs_rulez

Press M-d on the 2. doom_emacs_rulez
Press M-S-d

System Information

https://pastebin.com/du740zYD

commented

I am having the same issue.

System Information

https://pastebin.com/sMbzZ7VH

Same, since upgrading 2 days ago.

https://pastebin.com/2ufUB9q0

commented

Workaround:

(after! evil-multiedit
  (map! :map iedit-occurrence-keymap-default
        "M-D" nil))

Workaround:

(after! evil-multiedit
  (map! :map iedit-occurrence-keymap-default
        "M-D" nil))

Solves the issue, thanks!

commented

Workaround:

(after! evil-multiedit
  (map! :map iedit-occurrence-keymap-default
        "M-D" nil))

Worked for me as well, thank you!

Between 7400b67 and doomemacs/doomemacs@5241555, this issue should now be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!