-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Combined command for backward/forwardSexp
and backward/forwardUpSexp
- backward/forwardSexpOrUp
#1657
Comments
I agree this would be great! We could go even further, though, like in this issue: #1487 |
Specifically the movements here for curly braces and brackets https://github.com/luxbock/evil-cleverparens#movement |
ohh this is just similar but not identical to my feature request. ignore me! |
@corasaurus-hex Peter actually pointed me at your issue - I've not considered that feature before. Unfortunately I have very little idea on how to implement that, so I'm working on the one I understand :P |
Add new `paredit.[backward/forwardSexpOrUp]`. Fixes #1657
As per some discussion on slack, I'd like to request a new paredit command that will go up if at the end of an sexp.
Current
forwardSexp
behavior: (|
is cursor, each line is an invocation of fwdSexp)To more closely match some paredit behavior from Cursive that I use, it'd be nice to have this modified behavior:
The text was updated successfully, but these errors were encountered: