1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/vifm.md
2023-05-30 20:37:28 +02:00

266 B

vifm

Vifm (VI File Manager) is a command-line file manager. More information: https://github.com/vifm/vifm.

  • Open the current directory:

vifm .

  • Open specified directories on left or right plane:

vifm {{path/to/directory1 path/to/directory2 ...}}