aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-04 12:08:31 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-04 12:08:31 -0200
commit33d0e830929ef07f0e1aee84189fb8aec8d52f62 (patch)
tree5287b244d60f4b2dfae6644c243060656bf61fe2 /sx-question-mode.el
parent25cf5bf2e784ac870fa4c6f00502eda6dc8e7f22 (diff)
Bind switchto-map to "s"
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index 721f935..c618c96 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -231,7 +231,8 @@ Letters do not insert themselves; instead, they are commands.
(" " scroll-up-command)
("a" sx-answer)
("e" sx-edit)
- ("s" sx-search)
+ ("S" sx-search)
+ ("s" sx-switchto-map)
(,(kbd "S-SPC") scroll-down-command)
([backspace] scroll-down-command)
([tab] forward-button)