You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editing syntax trees feels clunky without this feature, but I can't find a way to make CCW do it. I have to resort to the error-prone manual copy-paste.
CCW needs something like lispy-move-down(up)
or Cursive's Move Form Down (Up), or at least Paredit's transpose, though that's not quite as capable.
It would work something like this:
; || is selection
(12 |(34)| 56)
; move down
(125 |(34)| 6)
; move down
(1256 |(34)|)
; make a new selection
(12 |56| (34))
; move up
(1 |56| 2 (34))
; etc.
The text was updated successfully, but these errors were encountered:
Editing syntax trees feels clunky without this feature, but I can't find a way to make CCW do it. I have to resort to the error-prone manual copy-paste.
CCW needs something like lispy-move-down(up)
or Cursive's Move Form Down (Up), or at least Paredit's transpose, though that's not quite as capable.
It would work something like this:
The text was updated successfully, but these errors were encountered: