Feature request: setqflist first hunk per file #1476
tesar-tech
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Could you consider adding a mode to populate the quickfix list with only the first hunk per file?
Current workaround:
Gitsigns setqflist allfills qf with all hunksProposed behavior:
:Gitsigns setqflist firstor:Gitsigns setqflist all first_per_filealldoesUse case:
I want a quick, one‑entry‑per‑file overview of changed files with hunks, and I use
:cnext/:cprevto jump file‑to‑file without having to sift through every hunk. Inside the file i useGitsing next/prev_hunk(which works flawlessly)If there’s already a recommended API or extension point to do this cleanly, I’m happy to use that instead. If there is not, would you consider this feature to be part of the plugin if I made the pr?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions