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
Howdy, I'm looking to override the disable the built-in Help for a list and render out my own using the help bubble. I'm defining each of my bindings, adding them to the ShowFullHelp() method in 3 columns, but then find that the spacing between the columns is inconsistent
If I add a "full separator", it only seems to show up between the first and second columns
I've tried setting the Width as well, and no dice. The only thing I've been able to make kinda work is by adding spaces manually to the end of each binding's descriptions
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Howdy, I'm looking to override the disable the built-in Help for a list and render out my own using the
help
bubble. I'm defining each of my bindings, adding them to theShowFullHelp()
method in 3 columns, but then find that the spacing between the columns is inconsistentIf I add a "full separator", it only seems to show up between the first and second columns
I've tried setting the Width as well, and no dice. The only thing I've been able to make kinda work is by adding spaces manually to the end of each binding's descriptions
Any insight or help would be greatly appreciated!
Here's my keymap definition snippet
Beta Was this translation helpful? Give feedback.
All reactions