By default when pressing tab to autocomplete a command in vim or vifm it completes it to the first match.
In vim there is the option to set the wildmode to e.g. longest
or longest,list
so that it only completes to the longest common prefix among all matches. Is this possible in vifm as well?