I'd like vifm to display filesize of every file/directory I can see at all times without having to vjj...gA.
vjj...gA
Is this inadvisable? Would it slow vifm down considerably?
Thank you
command! size :normal ga autocmd DirEnter * %size
This will work, but may consume a lot of memory if you change to something like /.
/
Ah I see, there's no way to set depth?
If you limit depth, the size won't be meaningful.
It works swimmingly and I don't see too much of a memory hit so far
ah I see what you mean about the depth limit