Welcome to Vifm Q&A, where you can ask questions about Vifm usage. Registration is optional, anonymous posts are moderated. GitHub or Google logins are enabled.
0 votes
in vifm by

Hi dears, is there any way to check free space on USB drive or SSD Drive ?

Thanks in advance

1 Answer

0 votes
by

Hi,

there is %c macro for 'statusline' option.

by

Hi xaizek, could you help me with a simple example ?, because I'm triying the script on manual but nothing changes.... when opens vifm still appearing default hint:..........

Thanks a lot

by

Sound like you've added new set statusline=... above already existing one. Find where the option is set in vifmrc and add %c there.

by

Sorry, didn't work. Everywhere I put the '%c', nothing changes in the bar.

set statusline=" %c Hint: %z%= %A %10u:%-7g %15s %20d "

or

set statusline=" Hint: %z%= %A %10u:%-7g %15s %20d %c"

by

Maybe wrong vifmrc? Try :echo $MYVIFMRC in Vifm to see the path.

Otherwise, you reset the option in some other place. Can see its value with :set statusline? after startup.

by

Thanks, it's working. I was modifing other vifm file, in the path of exe file. Nevertheless I can't understand, why other settings works under the vimrc in exe files path.

by

vifmrc next to .exe has the highest priority unless $VIFM or $MYVIFMRC is defined.

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.
...