abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 132 forks source link

[Feature Request] Transform one type of pair into another #545

Open some-mthfka opened 3 years ago

some-mthfka commented 3 years ago

Is there a command to turn a pair into another pair? Like (0 1 2) -> [0 1 2]? My particular use case is https://github.com/noctuid/lispyville/issues/69 but otherwise it seems like a useful thing to have anyway.