diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-27 15:21:40 -0300 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-27 15:21:40 -0300 |
commit | 0806b2121056dbf73beaf179f5fb695398cdd808 (patch) | |
tree | e4b3f8c9ffe8a4a6e1f8155ad455bf85b2067eb5 /sx-question-mode.el | |
parent | 0e07ff6c8fa9dcbbc59f17533e7f20dae511ecfe (diff) | |
parent | aa1368c104aebf837fd7654deea8d244428616a2 (diff) |
Merge pull request #264 from vermiculus/delete-command
Delete command
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index cb19a0b..2e06de6 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -177,9 +177,10 @@ property." ("q" quit-window) ("SPC" scroll-up-command) ("e" sx-edit "edit") - ("S" sx-search "Search") - ("s" sx-switchto-map "switch-to") + ("S" sx-search) ("*" sx-favorite "star") + ("K" sx-delete "Delete") + ("s" sx-switchto-map "switch-to") ("O" sx-question-mode-order-by "Order") ("c" sx-comment "comment") ("a" sx-answer "answer") |