diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-02 00:32:03 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-02 00:32:51 +0000 |
commit | c6d0ee75c520041e9117422f7b8d5e86ca6cd5d4 (patch) | |
tree | ad10102e94257b655336fc812fe31455fc18e2b7 /sx-question-mode.el | |
parent | aeb4303d3f0b0917f30fc9d9d66f1a4ca3d541b9 (diff) |
sx-answer to start composing from the question buffer
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index c44519c..24b2cfb 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -188,6 +188,7 @@ Letters do not insert themselves; instead, they are commands. ("d" sx-toggle-downvote) ("q" quit-window) (" " scroll-up-command) + ("a" sx-answer) (,(kbd "S-SPC") scroll-down-command) ([backspace] scroll-down-command) ([tab] forward-button) |