ethan-leba / tree-edit

🌲 Structural editing in Emacs for any™ language!
GNU General Public License v3.0
395 stars 16 forks source link

Add `evil-tree-edit-clone` function #35

Closed ethan-leba closed 2 years ago

ethan-leba commented 2 years ago

This should be fairly simple to implement, just take the text of the given node and insert it to it's left (or right) via tree-edit-insert-sibling.

ethan-leba commented 2 years ago

Implemented by 0116773 * feat(evil): add clone command