aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-25 02:56:29 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-25 02:56:29 +0000
commitddd4c4ed0387acd66d80004154835586f540dcd1 (patch)
tree2cf79d0624bd6b3e0428df54d28397b6d789d9a5 /sx-question-mode.el
parent6ed2414bddb842b43c1158ca1f1a9c6cefed4175 (diff)
Binds for voting.
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el2
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)