Last active
August 29, 2015 14:16
-
-
Save dannykopping/f57fe350e63f0fc12a44 to your computer and use it in GitHub Desktop.
bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
["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