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

I can use vifm as vim filemanager.
Use vsplit . and split . and open vifm.

1 Answer

0 votes
by

There is vifm.vim plugin, which provides a number of commands:

  • :EditVifm -- select a file or files to open in the current buffer.
  • :SplitVifm -- split buffer and select a file or files to open.
  • :VsplitVifm -- vertically split buffer and select a file or files to open.
  • :DiffVifm -- select a file or files to compare to the current file with :vert diffsplit.
  • :TabVifm -- select a file or files to open in tabs.

vifm will be opened to pick the file (not in the buffer, Vim got support for this only recently, but this could be an option in the future).

...