Variable: hydra-look-for-remap
hydra-look-for-remap is a customizable variable defined in hydra.el.
Value
nil
Documentation
When non-nil, hydra binding behaves as keymap binding with [remap].
When calling a head with a simple command, hydra will lookup for a potential remap command according to the current active keymap and call it instead if found
Source Code
;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defcustom hydra-look-for-remap nil
"When non-nil, hydra binding behaves as keymap binding with [remap].
When calling a head with a simple command, hydra will lookup for a potential
remap command according to the current active keymap and call it instead if
found"
:type 'boolean)