ethan-leba / tree-edit

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

Wrap command #23

Closed ethan-leba closed 2 years ago

ethan-leba commented 2 years ago

Copy current node, replace with provided, avy select a node with current node's type, paste and remove from clipboard. It should fail if there are no nodes to replace.

ethan-leba commented 2 years ago

Implemented in 92d591b