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

It's possible to move that element count (white) to status bar and remove that additional line?

https://imgur.com/a/qbvX7va

1 Answer

0 votes
by
selected by
 
Best answer

You can insert output of set rulerformat? somewhere into your set statusline= and set 'rulerformat' to an empty value, but there is no way to hide statusbar.

by

my bad, I meant hide the ruler(?), that bottom black line in the image, not the status bar.

by

I got that. The bottommost line is the status bar for the lack of a better term and the line above it is the status line (confusing, I know). Ruler is in the right part of the status bar. Another thing there is input prompt that displays g when you're in the middle of typing gg.

The whole thing can't be hidden because it also displays messages. The only possibility is to make it appear automatically for command-line mode and when there is a message to show.

by

that possibility is implementable in vifmrc or would require new code? thank you anyway for clearing all this up for me

by

Needs adding an option and updating the code which currently assumes that the line is always visible.

If you would like to make a bug report or feature request consider using GitHub, SourceForge or e-mail. Posting such things here is acceptable, but this is not a perfect place for them.
...