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

Hi!
I want to hide ".." up/parent directory row from vifm.

Thanks!

1 Answer

+1 vote
by
selected by
 
Best answer

Hello.

See 'dotdirs' option. You want to remove nonrootparent value:

set dotdirs-=nonrootparent

Or set it to an empty value if you don't care about .. directory in tree-view as well.

by

Thanks! It worked.

...