xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 9fcb536aca0a0723185ceb26869936dd64c23cd1

Remove Vim-doc's "vifm-" prefix from 'hloptions'
Must be a result of copy&paste.
Author: xaizek
Author date (UTC): 2026-07-28 10:11
Committer name: xaizek
Committer date (UTC): 2026-07-28 10:11
Parent(s): 3de7af9649e45bbde58301b9891b2cc08138f1e8
Signing key: 99DC5E4DB05F6BE2
Tree: bebb12633e8c0e494e55a59d949f53a889fac8d5
File Lines added Lines deleted
data/man/vifm.1 2 2
File data/man/vifm.1 changed (mode: 100644) (index 83adf3701..deb9064ce)
1 .TH VIFM 1 "26 July 2026" "vifm 0.15"
1 .TH VIFM 1 "28 July 2026" "vifm 0.15"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
 
... ... default: 15
4677 4677 .br .br
4678 4678 Maximum number of stored items in all histories. Maximum number of stored items in all histories.
4679 4679 .TP .TP
4680 .BI vifm-'hloptions'
4680 .BI 'hloptions'
4681 4681 type: string list type: string list
4682 4682 .br .br
4683 4683 default: "filehi:onerow" default: "filehi:onerow"
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master