diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-28 00:11:02 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-28 00:16:01 -0200 |
commit | 39116611ea99b3b0ba33545d38c2983a17db487d (patch) | |
tree | 2f1c96dbfda1af1dacb4f77248ac7293675f6d7a /sx-question-mode.el | |
parent | c92ed1bbc3df248943834b466bbdd74180649e72 (diff) |
Bind sx-search to s
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 a60cf3a..05b8984 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -231,6 +231,7 @@ Letters do not insert themselves; instead, they are commands. (" " scroll-up-command) ("a" sx-answer) ("e" sx-edit) + ("s" sx-search) (,(kbd "S-SPC") scroll-down-command) ([backspace] scroll-down-command) ([tab] forward-button) |