branch: externals/hydra
commit 8e3698fb531ec7fd1dd91dd1be9808915e7d558e
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    hydra-examples.el (hydra-rectangle): Change "p" to "x"
---
 hydra-examples.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra-examples.el b/hydra-examples.el
index a02473822a..5262ec60cb 100644
--- a/hydra-examples.el
+++ b/hydra-examples.el
@@ -270,7 +270,7 @@ _v_ariable       _u_ser-option
 _h_   _l_   _o_k        _y_ank
   ^_j_^     _n_ew-copy  _r_eset
 ^^^^        _e_xchange  _u_ndo
-^^^^        ^ ^         _p_aste
+^^^^        ^ ^         _x_kill
 "
   ("h" rectangle-backward-char nil)
   ("l" rectangle-forward-char nil)
@@ -285,7 +285,7 @@ _h_   _l_   _o_k        _y_ank
   ("y" yank-rectangle nil)
   ("u" undo nil)
   ("s" string-rectangle nil)
-  ("p" kill-rectangle nil)
+  ("x" kill-rectangle nil)
   ("o" nil nil))
 
 ;; Recommended binding:

Reply via email to