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] Per-panel jump history #3003

Open
danielc-playdead opened this issue Jan 7, 2025 · 2 comments
Open

[Feature Request] Per-panel jump history #3003

danielc-playdead opened this issue Jan 7, 2025 · 2 comments
Labels
feature list1_ next after current Priority 2 above normal

Comments

@danielc-playdead
Copy link

As a user of the vim script, one of the things that still prevents the vim workflow in 10x from feeling natural is that jump history is shared between panels (that is, the PrevLocation and NextLocation commands).

In vim, each panel has its own location history, which means that combined with ReopenFileInCurrentPanel you can investigate one part of the codebase in one panel without polluting the context of whatever you have going on in another panel. It would be super cool and a great improvement to the vim workflow if there was a command something like PrevPanelLocation and NextPanelLocation.

@slynch8
Copy link
Owner

slynch8 commented Jan 7, 2025

You can use the PrevLocationCurrentFile and NextLocationCurrentFile commands.

@slynch8 slynch8 added feature Priority 2 above normal current_ issues being worked on labels Jan 7, 2025
@danielc-playdead
Copy link
Author

danielc-playdead commented Jan 7, 2025 via email

@slynch8 slynch8 added list1_ next after current and removed current_ issues being worked on labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature list1_ next after current Priority 2 above normal
Projects
None yet
Development

No branches or pull requests

2 participants