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: display buffer navigation #46

Open
1 task done
dlants opened this issue Feb 4, 2025 · 0 comments
Open
1 task done

feature: display buffer navigation #46

dlants opened this issue Feb 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dlants
Copy link
Owner

dlants commented Feb 4, 2025

Did you check the docs?

  • I have read all the docs

Is your feature request related to a problem? Please describe.

I'd like to set up keybindings and commands to jump around the navigation buffer, something like:

[e / ]e go to previous / next error
[t / ]t go to previous / next tool use
[m / ]m go to previous/next message header

Describe the solution you'd like

We should annotate the nodes of interest during rendering, so when we create a mounted node, we have a list of locations and their rendered coordinates. Then it's just a question of figuring out where the current cursor is, and where the next/previous positions are.

Describe alternatives you've considered

na

Additional context

No response

@dlants dlants added the enhancement New feature or request label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant