Skip to content

Instantly share code, notes, and snippets.

@dannykopping
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannykopping/f57fe350e63f0fc12a44 to your computer and use it in GitHub Desktop.
Save dannykopping/f57fe350e63f0fc12a44 to your computer and use it in GitHub Desktop.
bindings
[
["n", "Next unreviewed file", "nextUnreviewedFile()"],
["p", "Previous unreviewed file", "prevUnreviewedFile()"],
[null, "Next file", "nextFile()"],
[null, "Previous file", "prevFile()"],
["shift+n", "Next changed file", "nextChangedFile()"],
["shift+p", "Previous changed file", "prevChangedFile()"],
["x", "Mark file as reviewed / unreviewed", "toggleCurrentFileReviewed()"],
["j", "Next unreplied comment", "nextUnrepliedDiscussion()"],
["k", "Previous unreplied comment", "prevUnrepliedDiscussion()"],
[["mod+/"], "Show / hide keyboard shortcuts list", "toggleCheatSheet()"],
[null, "Next comment", "nextDiscussion()"],
[null, "Previous comment", "prevDiscussion()"],
["shift+j", "Next unresolved comment", "nextUnresolvedDiscussionWithoutDraft()"],
["shift+k", "Previous unresolved comment", "prevUnresolvedDiscussionWithoutDraft()"],
[null, "Next draft", "nextDraft()"],
[null, "Previous draft", "prevDraft()"],
[["r", "enter"], "Reply to comment", "replyToCurrentDiscussion()"],
["d", "Reply to comment with 'Done'", "replyToCurrentDiscussion('Done')"],
["y", "Acknowledge comment", "acknowledgeCurrentDiscussion()"],
["mod+shift+o", "Show / hide older comments", "toggleCurrentDiscussionOlderComments()"],
["mod+shift+p", "Toggle draft preview", "toggleCurrentDraftPreview()"]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment