hydra-examples.el: add a `windmove' Hydra

* hydra-examples.el (hydra-example-windmove): New variable.
master
Oleh Krehel 11 years ago
parent 64e5b9129f
commit ddd96d1680
  1. 7
      hydra-examples.el

@ -81,5 +81,12 @@ Works best if you have not more than 4 windows.")
"A three-headed hydra for jumping between \"errors\".
Useful for e.g. `occur', `rgrep' and the like.")
(defvar hydra-example-windmove
'(("h" windmove-left)
("j" windmove-down)
("k" windmove-up)
("l" windmove-right))
"A four-headed hydra for `windmove'.")
(provide 'hydra-examples)
;;; hydra-examples.el ends here

Loading…
Cancel
Save