diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-21 18:23:03 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-21 18:23:23 -0200 |
commit | d13f4115beeda50a598f2161100a16fa21455e62 (patch) | |
tree | f8e401c1ec8445a2ee3fd9bd459907db7d19510e | |
parent | 895f33c7566b3b83679e816f599945a92c2b21ae (diff) |
Bind delete to K
-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 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) |