-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Inspector: "jump to next sibling" command #3529
Labels
Comments
vemv
changed the title
Inspector: "jump to next siblng command"
Inspector: "jump to next sibling" command
Oct 16, 2023
vemv
added a commit
to clojure-emacs/orchard
that referenced
this issue
Oct 19, 2023
vemv
added a commit
to clojure-emacs/orchard
that referenced
this issue
Oct 19, 2023
vemv
added a commit
that referenced
this issue
Oct 24, 2023
vemv
added a commit
that referenced
this issue
Oct 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Inspecting e.g. a sequence of 100 items, I may be looking for "the interesting one".
First I have to focus in it (
Return
), and then, if it turns out not to be interesting, pop (l
), go one item down, and repeat.It would be more efficient to be able to visit the previous/next sibling with a single command.
NOTE: this would need to be implemented at Orchard level first.
The text was updated successfully, but these errors were encountered: