mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# vifm
|
|
|
|
> VI File Manager is a TUI file manager.
|
|
> See also: `clifm`, `vifm`, `mc`, `caja`.
|
|
> 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 ...}}`
|