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

I'd like vifm to display filesize of every file/directory I can see at all times without having to vjj...gA.

Is this inadvisable? Would it slow vifm down considerably?

Thank you

1 Answer

0 votes
by
selected by
 
Best answer
command! size :normal ga
autocmd DirEnter * %size

This will work, but may consume a lot of memory if you change to something like /.

by

Ah I see, there's no way to set depth?

by

If you limit depth, the size won't be meaningful.

by

It works swimmingly and I don't see too much of a memory hit so far

by

ah I see what you mean about the depth limit

...