Marrow v0.12.0
This release brings full keyboard navigation to the desktop app. Everything you'd normally reach for with the mouse during a review — moving through a diff, switching files, marking files viewed, jumping to threads — now has a keyboard shortcut, mirroring Marrow's CLI/TUI. Press ? in any review to see the complete list.
New: Keyboard shortcuts
- Vim-style navigation: Review without leaving the keyboard. The desktop app now honors the same keybindings as the
marrowCLI/TUI, with an in-app cheatsheet (press ?) listing every shortcut. - Move through the diff:
j/kscroll line by line, Space / Shift+Space page down and up,Ctrl+D/Ctrl+Ujump a half page, andg/G(orHome/End) snap to the top or bottom of a file. - Jump between files:
[and]step to the previous and next file, following the exact order shown in the sidebar for your current view — Groups, Category, or Tree — and skipping anything hidden by a filter or collapsed section. - Act without the mouse:
Vmarks the current file viewed,Ttoggles between the diff and the review-threads view,/opens search, andCtrl+R(orF5) refreshes the PR.Esccloses any open overlay.
Shortcuts stay out of your way while you type — they're suppressed in text fields and comment boxes — and Space still activates buttons and controls when one is focused.
Full changelog: v0.11.1...v0.12.0