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

How I can search text in files. As
vimgrep command in vim?

1 Answer

+1 vote
by

Use :grep command, it's similar to :vimgrep.

by

is there a way to see previews when navigating through the list? like a view pane?

by

No, but you can press v while in that menu to open Vim with the list of results loaded into its quickfix list where you can use commands like :cnext, :cprev, etc.

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