gabesoft / evil-mc

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

Support more evil-cleverparens commands #17

Closed bmag closed 8 years ago

bmag commented 8 years ago

This is the second and final batch of evil-cleverparens. I believe I covered all of evil-cp's commands, if I have left any it shouldn't be hard to add them. There are still four commands that don't integrate with evil-mc, see details below.

These commands work, but don't appear in the code because they didn't require any handlers:

These commands are not supported:

A technical git-related note: I rebased the changes from master before adding the new commit. Git didn't show any errors, so it's probably fine, but you may want to double-check that merging this PR won't erase existing code.

gabesoft commented 8 years ago

Great work. I may start using evil-cleverparens as well.