Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: re-ordering elements in a form. #867

Open
gilch opened this issue Mar 8, 2016 · 0 comments
Open

feature request: re-ordering elements in a form. #867

gilch opened this issue Mar 8, 2016 · 0 comments

Comments

@gilch
Copy link

gilch commented Mar 8, 2016

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
(1 2 |(3 4)| 5 6)
; move down
(1 2 5 |(3 4)| 6)
; move down
(1 2 5 6 |(3 4)|)
; make a new selection
(1 2 |5 6| (3 4))
; move up
(1 |5 6| 2 (3 4))
; etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant