1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 23:55:26 +02:00
tldr/pages/common/vifm.md

13 lines
259 B
Markdown
Raw Normal View History

2022-06-21 19:38:05 +05:30
# vifm
> VI File Manager is a command-line file manager.
2022-06-21 19:38:05 +05:30
> 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 ...}}`