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

Cycle Through Files in Commit #54

Open
bradsherman opened this issue Jun 21, 2022 · 1 comment
Open

Cycle Through Files in Commit #54

bradsherman opened this issue Jun 21, 2022 · 1 comment

Comments

@bradsherman
Copy link
Contributor

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.

@ldelossa
Copy link
Owner

Been feeling this one too. I'll try an implementation soon

ldelossa referenced this issue Jul 27, 2022
commands

A convenience user command "GH" is added. By issuing this command a
vim.ui.select call is made with all available gh.nvim commands.

If users are using fzf.lua or telescope this will open a fuzzy searcher
for all `gh.nvim` commands.

Signed-off-by: ldelossa <louis.delos@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants