Vifm is an open souirce ncurses-based file manager with vi like keybindings.
USAGE
Basic Movement
j - moves down.
k - moves up.
l - moves into a directory or launches a file.
h - moves up one directory.
gg - move to the top of the file list.
G - move to the bottom of the file list.
14G - move to the 14th file in the list.
Ctrl-F or Page Down - move forward one page.
Ctrl-B or Page Up - move back one page.
25% - move to the file that is 25 percent from the top of the list.
:34[Enter] - move to the 34th file.
:0[Enter] - move to the top of the list.
:$[Enter] - move to the bottom of the list.
The Space Bar or Tab Key toggles between the two file lists.
Ctrl+G creates a window showing detailed information about the current file.
Product's homepage
What's New in This Release: [ read full changelog ]
· This version added parsing of escape codes, improved existing features, and fixed bugs.
· There were also some changes to the build system, and new extra files were bundled.