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
Hi, thanks for the great package.
Can I have something like this
instead of
without defining things like Other1 and Other2 ?
Other1
Other2
The text was updated successfully, but these errors were encountered:
If you are talking about pretty-hydra, you can kind of do that by using an empty column, e.g.
pretty-hydra
(pretty-hydra-define jp-window (:hint nil :foreign-keys warn) ("Windows" (("x" ace-delete-window "delete") ("m" ace-delete-other-windows "maximize") ("s" ace-swap-window "swap")) "" (("a" ace-select-window "select") ("o" other-window "cycle") ("q" nil "quit")) "Resize" (("h" move-border-left "←") ("j" move-border-down "↓") ("k" move-border-up "↑") ("l" move-border-right "→")) "" (("n" balance-windows "balance"))))
As for major-mode-hydra, it's currently not possible unfortunately. I'll consider adding it as it can be quite useful.
Sorry, something went wrong.
Maybe some interaction with the :columns keyword would be possible?
:columns
No branches or pull requests
Hi, thanks for the great package.
Can I have something like this
instead of
without defining things like
Other1
andOther2
?The text was updated successfully, but these errors were encountered: