diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 12:10:25 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 12:10:25 -0500 |
commit | 53c4fad6ced6334413c4c92ab78c015789061337 (patch) | |
tree | 388385acda8f1ba99787ab78c90f39900514080e /sx-question-mode.el | |
parent | ebe40543241c902d6e9af12c783ffbcd9b000833 (diff) | |
parent | 671dceecafb9cb48b739b7fb54bf2b71bbc7e32c (diff) |
Merge pull request #175 from vermiculus/goto-map
Goto map
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 3 |
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) |