gh.nvim
gh.nvim copied to clipboard
Cycle Through Files in Commit
A nice quality of life feature (for me) would be the ability to cycle through files in a commit (or in the PR overall, if a specific commit is not open). Then I could close the Lite Panel on the side and use a shortcut to cycle through the files per commit. Something like GHCommitNextFile, GHCommitPrevFile, GHPRNextFile, GHPRPrevFile - or just GHNextFile and GHPrevFile which calculate the next/prev file based on whether a specific commit is selected or not.
Been feeling this one too. I'll try an implementation soon