gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
388 stars 36 forks source link

Add support for evil-paredit. #78

Closed LaloHao closed 6 years ago

LaloHao commented 6 years ago

There is an issue with "D" evil-paredit-delete-line: the editing cursor moves 1 char behind the others but if you move it "hl" it returns to normal.

Everything else works.

LaloHao commented 6 years ago

Edited title since it's actually evil-paredit and not paredit.

evil-paredit fixes some paredit problems: "In order to accomplish this whenever you try to use a modifier command like "d, c, y" ... it will stop you to do so in the case you break the parity of parenthesis."