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

I search for specific pdf files and have them show up in a menu using %m. Now, is there a way to have them show up in one of the panes? This way I can use quick preview to skim through them.

thank you

1 Answer

0 votes
by
selected by
 
Best answer

Yes, either of these:

  • (one time for results of :find or other menus with files)
    hit b or B keys in the menu
  • (permanently for :find)
    add %u or %U to `'findprg' option to always show results in a pane instead of the menu
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.
...