1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 01:06:14 +02:00
tldr/pages/common/vifm.md
2022-06-21 11:08:05 -03:00

268 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/directory_1}} {{path/to/directory_2}}