Carles Andres' avatarHomeBlogReferenceCheatsheets
All cheatsheets

gh-dash Keyboard Shortcuts

Complete gh-dash keybinding reference for PRs, issues, previews, and notifications in the GitHub CLI dashboard extension.

gh-dashgithubclikeyboard-shortcutsterminaltuigh
Published on 3/23/2026

Global

Dashboard-wide commands available in the main PRs and Issues views.

KeyActionDetailsSource
?Toggle the help menu for the current context.-
/Focus the current section's search query input. Press Enter to apply.
rRefresh the current section by rerunning its GitHub query.-
RRefresh all sections in the current view.-
sSwitch between the PRs view and the Issues view.-
qQuit gh-dash and return to the terminal.-

Navigation

Move around rows and sections with vim-style or terminal navigation keys.

KeyActionSource
kMove to the previous work item. Also: Up arrow.
jMove to the next work item. Also: Down arrow.
hMove to the previous section. Also: Left arrow.
lMove to the next section. Also: Right arrow.
gJump to the first item in the current section. Also: Home.
GJump to the last item in the current section. Also: End.

Preview And Common Item Actions

Open previews, scroll preview content, switch preview tabs, and use common item actions.

KeyActionDetailsSource
pToggle the preview pane for the selected item.
Ctrl+dPage the preview pane down one step.
Ctrl+uPage the preview pane up one step.
[Move to the previous preview sidebar tab (PR preview).
]Move to the next preview sidebar tab (PR preview).
oOpen the selected item on GitHub in your default browser.-
yCopy the selected issue or PR number without the `#` prefix.-
YCopy the GitHub URL for the selected item.-

Selected PR

Actions available for the highlighted pull request in the PRs view.

KeyActionDetailsSource
aAssign one or more users to the PR. Submit with Ctrl+d.
AUnassign one or more users from the PR. Submit with Ctrl+d.
cComment on the PR with GitHub-flavored Markdown. Submit with Ctrl+d.
CCheck out the PR locally with `gh pr checkout`.
dShow the PR diff in the configured pager.
eExpand the full PR description.
mMerge the PR with `gh pr merge`.-
uUpdate the PR branch from the base branch.
vApprove the PR with `gh pr review --approve`.
wWatch PR checks and get a desktop notification when they succeed or fail.
WMark a draft PR as ready for review.
xClose the PR with `gh pr close`.
XReopen a closed PR with `gh pr reopen`.

Selected Issue

Actions available for the highlighted issue in the Issues view.

KeyActionDetailsSource
aAssign one or more users to the issue. Submit with Ctrl+d.
AUnassign one or more users from the issue. Submit with Ctrl+d.
cComment on the issue with GitHub-flavored Markdown. Submit with Ctrl+d.
xClose the issue with `gh issue close`.
XReopen a closed issue with `gh issue reopen`.

Notifications And Notification Preview

Inbox controls plus notification-only extras. When previewing a PR or issue notification, the matching PR or issue shortcuts also apply.

KeyActionDetailsSource
EnterView the notification content and mark it as read.
DMark the selected notification as done and remove it from the inbox.-
Alt+dMark all notifications as done.-
mMark the selected notification as read.-
MMark all notifications as read.-
uUnsubscribe from the selected notification thread.-
bToggle bookmark on the selected notification.-
tToggle smart filtering to limit notifications to the current repo.-
yCopy the selected notification's PR or issue number.-
YCopy the selected notification URL.-
SSort notifications by repository.-
sSwitch from notifications to the PRs view.-
oOpen the selected notification in the browser.-
SpaceCheck out the branch while viewing a PR notification preview.
LAdd or remove labels while viewing an issue notification preview.-