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

Is there a way to make vifm not to separate the text after the last dot in a folder name? It considers it as extension and move it to the right side where all the file extensions are. I prefer it doesn't do this for folders.

Thank you

1 Answer

0 votes
by
selected by
 
Best answer

Sounds like you're using {ext} in 'viewcolumns', while you want to use {fileext}.

by

Using {ext}, the text after the last dot in a foldername shows up above the file extensions in the list.

Using {fileext}, the text after the last dot in a foldername does not show up in the list at all.

Is there any way to ignore dot in the folder names, i.e. show the entire name of the folder?

by

You must also be using {root}, use {fileroot} in its place.

by

great, thank you

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