HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vifm — VI File Manager is a TUI file manager. See also: `clifm`, `vifm`, `mc`, `caja`. More information: <h

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandvifmclifiletuimanager

Problem

How to use the vifm command: VI File Manager is a TUI file manager. See also: clifm, vifm, mc, caja. More information: <https://github.com/vifm/vifm>.

Solution

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 ...}}

Code Snippets

Open the current directory

vifm .

Open specified directories on left or right plane

vifm {{path/to/directory1 path/to/directory2 ...}}

Context

tldr-pages: common/vifm

Revisions (0)

No revisions yet.