summaryrefslogtreecommitdiff
path: root/lisp/km-hydra.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/km-hydra.el')
-rw-r--r--lisp/km-hydra.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/km-hydra.el b/lisp/km-hydra.el
index 22c4eb8..fcd0716 100644
--- a/lisp/km-hydra.el
+++ b/lisp/km-hydra.el
@@ -162,9 +162,9 @@ _y_ Unmark _u_ Unmark
"
^^Defining ^^Applying
_?_ Query _c_ Call
-_b_ Bind to key _h_ Execute with Helm
-_e_ Edit _o_ Call 2nd in ring
-_E_ Step edit _r_ Apply to region lines
+_b_ Bind to key _o_ Call 2nd in ring
+_e_ Edit _r_ Apply to region lines
+_E_ Step edit
_N_ Name last
_l_ Use recent strokes
_s_ Start defining
@@ -187,7 +187,6 @@ _v_ View
("o" kmacro-call-ring-2nd-repeat)
("e" kmacro-edit-macro)
("E" kmacro-step-edit-macro)
- ("h" helm-execute-kmacro)
("n" kmacro-cycle-ring-next :exit nil)
("p" kmacro-cycle-ring-previous :exit nil)
("t" kmacro-swap-ring)