You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when M-x h/v, I want to match hydra prefix first, but it would both match the head h/zoomh/v, and the prefix h/vi
Expected
With customize separator(like hypen -) so above commands would become:
h/zoomh-body
h/zoomh-v
h/vi-body
h/vi-h
So M-x h/v would ONLY match prefix h/vi, would not match head h/zoomh-v
The text was updated successfully, but these errors were encountered:
snowman
changed the title
Feature Request: Add custom separator variable for generated command name
Feature Request: Customizable separator between hydra prefix and head
Jul 4, 2021
Would generate
h/zoomh/body
h/zoomh/v
h/vi/body
h/vi/h
So when
M-x h/v
, I want to match hydra prefix first, but it would both match the headh/zoomh/v
, and the prefixh/vi
Expected
With customize separator(like hypen
-
) so above commands would become:h/zoomh-body
h/zoomh-v
h/vi-body
h/vi-h
So
M-x h/v
would ONLY match prefixh/vi
, would not match headh/zoomh-v
The text was updated successfully, but these errors were encountered: