aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-21 18:23:03 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-21 18:23:23 -0200
commitd13f4115beeda50a598f2161100a16fa21455e62 (patch)
treef8e401c1ec8445a2ee3fd9bd459907db7d19510e
parent895f33c7566b3b83679e816f599945a92c2b21ae (diff)
Bind delete to K
-rw-r--r--sx-question-mode.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index dd231bc..fd7f026 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -177,9 +177,10 @@ property."
("c" sx-comment "comment")
("a" sx-answer "answer")
("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")
("TAB" forward-button "Navigate")
("<S-iso-lefttab>" backward-button)
("<S-tab>" backward-button)