-
-
Notifications
You must be signed in to change notification settings - Fork 113
lispy-dobby edited this page Oct 20, 2018
·
2 revisions
A hydra for some avy related commands.
(defhydra hydra-avy (:hint nil)
"
^Chars^ ^other^
-------------------------------------
[_c_] char [_w_] word
[_C_] char-2 [_s_] subword
[_t_] char-timer [_l_] line
"
("c" avy-goto-char :exit t)
("C" avy-goto-char-2 :exit t)
("t" avy-goto-char-timer :exit t)
("w" avy-goto-word-1 :exit t)
("s" avy-goto-subword-1 :exit t)
("l" avy-goto-line :exit t))
;(global-set-key (kbd "C-;") 'hydra-avy/body) ;;example-binding
- Binding-Styles
- Basics
- Verbosity
- Verbosity-Long-Short
- Conditional-Hydra
- defcustom
- Hydra-Colors
- internals
- Nesting-Hydras
- Prefix-map