Statusbar padding to prevent item shifting #215
edrozenberg
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I like the idea. I've been experimenting a little and now you can add parameters to (some of) the status bar widgets by separating them from the widget name with a colon.
For example
Let me know what you think! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to have the option to use 0 (zero) leaders and padding for the various statusbar items to prevent them shifting around as their values change.
For ex. in
vimrc
I include something like the following to prevent line/row/lines/% counters from shifting around in the vim statusbar:set statusline+=\ \ L%04l,C%03v\ %3LL\ %3p%%\
A mix of 0-leader and space padding for ex. something like the following mockup in flow-control -

Even Helix doesn't have this atm :)
Beta Was this translation helpful? Give feedback.
All reactions