Skip to content

Instantly share code, notes, and snippets.

View Cellule's full-sized avatar

Michael "Mike" Ferris Cellule

View GitHub Profile
@Cellule
Cellule / reviewable-bindings.json
Last active May 5, 2021 17:58
Reviewable bindings
[
["f", "Show next/latest diffs", "setProposedDiffBounds()"],
["n", "Next unreviewed file", "nextUnreviewedFile()"],
["p", "Previous unreviewed file", "prevUnreviewedFile()"],
["shift+n", "Next changed file", "nextChangedFile()"],
["shift+p", "Previous changed file", "prevChangedFile()"],
[null, "Next visible file", "nextVisibleFile()"],
[null, "Previous visible file", "prevVisibleFile()"],
[null, "Next file", "nextFile()"],