We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to invoke evil-window-map as a hydra head?
evil-window-map
Is it possible?
The text was updated successfully, but these errors were encountered:
You can use something like this:
(require 'evil) (require 'which-key) (eval `(defhydra hydra-evil-window-map (:columns 2) ,@(mapcar (lambda (x) (list (car x) (intern (cdr x)) (cdr x))) (which-key--get-keymap-bindings evil-window-map t)) ("q" nil "quit")))
Sorry, something went wrong.
@introom hercules.el may also suit your needs here!
hercules.el
No branches or pull requests
I want to invoke
evil-window-map
as a hydra head?Is it possible?
The text was updated successfully, but these errors were encountered: