diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-01 03:08:59 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-01 03:12:15 +0000 |
commit | 4f4b4d9f9a1000ce5f91e6d835cb71268f9525ec (patch) | |
tree | 9fff4cf31a3070d7cc585dd720ee77e2cfa2e48a | |
parent | 10597c39adbcf775841f908452082ed344110ce9 (diff) |
Bind sx-tab-switch to t in question list
Fixes #17
-rw-r--r-- | sx-question-list.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 9709b99..852c11a 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -299,6 +299,7 @@ into consideration. ("K" sx-question-list-previous-far) ("g" sx-question-list-refresh) (":" sx-question-list-switch-site) + ("t" sx-question-list-switch-tab) ("v" sx-visit) ("u" sx-toggle-upvote) ("d" sx-toggle-downvote) |