trouble.nvim icon indicating copy to clipboard operation
trouble.nvim copied to clipboard

feature: skip to next file in the trouble window

Open simonmandlik opened this issue 8 months ago • 7 comments

Did you check the docs?

  • [X] 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 avatar Jun 20 '24 09:06 simonmandlik