Welcome to Vifm Q&A, where you can ask questions about Vifm usage. Registration is optional, anonymous posts are moderated. GitHub or Google logins are enabled.
0 votes
in vifm by

What is the best approach in vifm to search for files? The search can be using a portion of filename, or using its extension. Let's say I want to use fd and would like to set vifm so that when I execute the command, it asks for an input (like F7 for mkdir) and then depending on the argument(s) it executes the fd command and list the files/folders in the pane.

Thank you

1 Answer

+1 vote
by
selected by
 
Best answer

Configure 'findprg' option for fd and create a similar mapping:

nnoremap ,f :find<space>
...