Skip to content

Instantly share code, notes, and snippets.

@kursjan
kursjan / reviewable-bindings.json
Last active March 1, 2026 12:42
Reviewable custom bindings (j/k swapped with n/p)
[
["f", "Show next/latest diffs", "setProposedDiffBounds()"],
[null, "Diff all changes", "setDiffBounds('full')"],
[null, "Diff unreviewed changes", "setDiffBounds('unreviewed')"],
["j", "Next unreviewed file", "nextUnreviewedFile()"],
["k", "Previous unreviewed file", "prevUnreviewedFile()"],
["shift+j", "Next changed file", "nextChangedFile()"],
["shift+k", "Previous changed file", "prevChangedFile()"],
[null, "Next visible file", "nextVisibleFile()"],