Welcome to Vifm Q&A, where you can ask questions about using Vifm. Registration is optional, anonymous posts are moderated. E-mail and GitHub logins are enabled.
0 votes
in vifm by

is there a way to force showing uid only and not username with uid as fallback? because I get flapping and inconsistent results even on the same user, sometimes it shows as uid and sometimes as name

here are two example

set viewcolumns=-{name}..,6{},5{uid}.

set statusline="%6u:%-6g"

1 Answer

0 votes
by

That's not how uid is supposed to work, the behaviour you see is a bug. Thanks for bringing this up.

by

glad to be helpful, thanks for the feedback

by

Fixed by this commit.

by

lovely, thank you <3

...