diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 12:08:31 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 12:08:31 -0200 |
commit | 33d0e830929ef07f0e1aee84189fb8aec8d52f62 (patch) | |
tree | 5287b244d60f4b2dfae6644c243060656bf61fe2 /sx-question-list.el | |
parent | 25cf5bf2e784ac870fa4c6f00502eda6dc8e7f22 (diff) |
Bind switchto-map to "s"
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index cf849db..c189ad8 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -314,10 +314,10 @@ into consideration. ("J" sx-question-list-next-far) ("K" sx-question-list-previous-far) ("g" sx-question-list-refresh) - (":" sx-question-list-switch-site) ("t" sx-tab-switch) ("a" sx-ask) - ("s" sx-search) + ("S" sx-search) + ("s" sx-switchto-map) ("v" sx-visit-externally) ("u" sx-toggle-upvote) ("d" sx-toggle-downvote) |