You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 <[email protected]>
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 justGHNextFile
andGHPrevFile
which calculate the next/prev file based on whether a specific commit is selected or not.The text was updated successfully, but these errors were encountered: