mirror of https://github.com/CrimsonTome/tldr.git
268 B
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}}