Skip to content
Guided Review
Documentation

Keyboard shortcuts

Move through a guided review without leaving the keyboard. Focus must not be in an editable field for most of these — when the comment composer is open, typing goes to the text field and only Esc / ⌘/Ctrl+Enter are intercepted.

The Guided Review sidebar always lists the same shortcuts as this page. Most chords work in both the Chrome extension and the CLI; Local review adds CLI-only keys. Submit chords apply to the extension only.

Review navigation

ShortcutAction
Next Unit
Previous Unit
/ Scroll the Code Pane
EscExit Guided Review (when not in comment mode or a modal)
cEnter Comment Mode (if the unit has selectable lines)
⌘/Ctrl + FOpen Diff Search
⌘/Ctrl + EnterOpen Submit Review (or Connect GitHub if needed)

On a GitHub PR, while Guided Review is open, keys are not passed through to GitHub’s page shortcuts. What a “unit” is: How a review plan works.

Diff view

ShortcutAction
v then uUnified View
v then sSplit View

Type v, then u or s within about a second. You can also toggle unified / split from the toolbar while following the walkthrough.

Default is split. In the extension, your choice is remembered in chrome.storage.local for the next review on this browser.

Search every file path and line in the parsed diff — not only the active unit.

  1. Press ⌘/Ctrl + F while the overlay is open.
  2. Type a path fragment or code snippet. Results are fuzzy-ranked (paths rank above line hits).
  3. Move with / , open a hit with Enter, or close with Esc.
  4. Selecting a result jumps to the unit that owns that file (or hunk) and scrolls the match into view.

Press ⌘/Ctrl + F again while the palette is open to re-focus and select the query. Renames match on the old or new path. Binary / elided files contribute path hits only.

This is Guided Review’s own search palette. On a PR page, GitHub’s find does not run while the overlay owns the keyboard.

Comment mode

ShortcutAction
/ Move the Line Cursor
+ / Extend Multi-Line Selection
EnterOpen the Comment Composer on the Selection
⌘/Ctrl + EnterSave Draft (composer open)
EscClose Composer, or Exit Comment Mode
/ Previous / Next Unit (still works in comment mode)

Details and draft editing: Leave line comments. Drafts stay local until submit: Privacy & data.

Submit and modals

ShortcutAction
EscClose the Topmost Modal (submit, connect GitHub, confirmation) without exiting the whole review when a modal owns focus
/ / EnterChoose Review Type on the Submit Dialog
⌘/Ctrl + EnterSubmit from the Compose Step
Enter / EscDismiss the Post-Submit Success Dialog and Exit

Full submit flow: Submit a review. Auth gate: Connect GitHub. If submit fails: Troubleshooting.

Local review

The CLI uses the same navigation, diff view, search, and comment-mode keys as the extension. Submit (⌘/Ctrl + Enter for a GitHub review) does not apply — use Generate Prompt from the UI instead (needs at least one note). Extra in the local UI:

ShortcutAction
dOpen the Diff-Scope Dropdown
⌘/Ctrl + IStructure With AI
⌘/Ctrl + ,Settings

Marketing site

On guidedreview.dev:

ShortcutAction
⌘/Ctrl + IJump to the Install Section on the Homepage
⌘/Ctrl + EOpen the Chrome Web Store Listing — also Chrome Extension
⌘/Ctrl + CCopy the CLI Install Command (npx @guided-review/cli) when the Install section is on the page
⌘/Ctrl + GOpen the GitHub Repository
Note

Tip. Prefer keyboard navigation on large plans — it keeps attention on the unit narrative instead of hunting scroll position on the PR page.