diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 02:56:29 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 02:56:29 +0000 |
commit | ddd4c4ed0387acd66d80004154835586f540dcd1 (patch) | |
tree | 2cf79d0624bd6b3e0428df54d28397b6d789d9a5 /sx-question-mode.el | |
parent | 6ed2414bddb842b43c1158ca1f1a9c6cefed4175 (diff) |
Binds for voting.
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 416a4eb..8ccc576 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -542,6 +542,8 @@ Letters do not insert themselves; instead, they are commands. ("p" sx-question-mode-previous-section) ("g" sx-question-mode-refresh) ("v" sx-visit) + ("u" sx-toggle-upvote) + ("d" sx-toggle-downvote) ("q" quit-window) (" " scroll-up-command) (,(kbd "S-SPC") scroll-down-command) |