mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 07:00:57 +00:00
Update cheatsheets
This commit is contained in:
17
vifm
Normal file
17
vifm
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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/directory1 path/to/directory2 ...}}`
|
||||
Reference in New Issue
Block a user