1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:15:33 +02:00

vifm: add page (#8140)

This commit is contained in:
Afz 2022-06-21 19:38:05 +05:30 committed by GitHub
parent 4e0e4d8b6d
commit 9b9f486575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/common/vifm.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`