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: skip to next file in the trouble window #516

Open
1 task done
simonmandlik opened this issue Jun 20, 2024 · 2 comments
Open
1 task done

feature: skip to next file in the trouble window #516

simonmandlik opened this issue Jun 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@simonmandlik
Copy link

simonmandlik commented Jun 20, 2024

Did you check the docs?

  • I have read all the trouble.nvim docs

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

Really sorry I would like to reopen this becuase there seems to be no way to do it in v3.

Describe the solution you'd like

Complement

require("trouble").next(opts)
require("trouble").prev(opts)
require("trouble").first(opts)
require("trouble").last(opts)

with

require("trouble").next_file(opts)
require("trouble").prev_file(opts)
@simonmandlik simonmandlik added the enhancement New feature or request label Jun 20, 2024
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Jul 21, 2024
@simonmandlik
Copy link
Author

Please do not close

@github-actions github-actions bot removed the stale label Jul 27, 2024
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