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
The new M-o action list in 0.9.x is really cool, but with long lists (eg, with Projectile), it breaks lines in the middle of words:
It would probably be best to only break before a binding (eg [a]: do something^[b]: do something else), where ^ is a “breaking space” (and all other spaces are non-breaking), or at least to use word wrap (and, if possible, a non-breaking space after the binding).
Thanks!
The text was updated successfully, but these errors were encountered:
A config option to break after every option, like it was without ivy-hydra, would also be very nice! I like reading short lines much more than long lines that spread across my 24' display.
The new
M-o
action list in 0.9.x is really cool, but with long lists (eg, with Projectile), it breaks lines in the middle of words:It would probably be best to only break before a binding (eg
[a]: do something^[b]: do something else
), where^
is a “breaking space” (and all other spaces are non-breaking), or at least to use word wrap (and, if possible, a non-breaking space after the binding).Thanks!
The text was updated successfully, but these errors were encountered: