1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 19:06:00 +02:00
tldr/pages/common/vifm.md

13 lines
268 B
Markdown
Raw Normal View History

2022-06-21 19:38:05 +05:30
# 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}}`