For example, the vifm panel is open in a directory containing 100 files. After searching for the filename *foo*, I get three matches displayed in the menu:
a_foo.txt
e_foo.txt
i_foo.txt
I press b to import the three files into the custom view. Then, I want to grep them with :grep -i bar
However, I notice that grep runs on all 100 files instead of just the three selected in the custom view. Does vifm have a specific reason for behaving this way?