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 51c9c678228531986e3698040cfe07a73f03b589

Remove duplicate .TP macros from vifm.1
Author: xaizek
Author date (UTC): 2026-03-11 10:06
Committer name: xaizek
Committer date (UTC): 2026-03-11 22:20
Parent(s): 128e97fbe33903e3b1f21d056867455622137420
Signing key: 99DC5E4DB05F6BE2
Tree: f6341d9730065dac0933b7f889ade5c517d509fd
File Lines added Lines deleted
data/man/vifm.1 0 2
File data/man/vifm.1 changed (mode: 100644) (index 7b015ad6e..513f21179)
... ... loads all plugins. To be used in configuration file to manually load
2810 2810 plugins at an earlier point. The plugins can be loaded only once, plugins at an earlier point. The plugins can be loaded only once,
2811 2811 additional calls will do nothing. additional calls will do nothing.
2812 2812 .TP .TP
2813 .TP
2814 2813 .BI ":plugin blacklist {plugin}" .BI ":plugin blacklist {plugin}"
2815 2814 adds {plugin} to the list of plugins to be ignored. adds {plugin} to the list of plugins to be ignored.
2816 2815 .TP .TP
 
... ... Specifies when tab line should be displayed. Possible values:
5041 5040 Alternatively 0, 1 and 2 Vim-like values are also accepted and correspond to Alternatively 0, 1 and 2 Vim-like values are also accepted and correspond to
5042 5041 "never", "multiple" and "always" respectively. "never", "multiple" and "always" respectively.
5043 5042 .TP .TP
5044 .TP
5045 5043 .BI 'sizefmt' .BI 'sizefmt'
5046 5044 type: string list type: string list
5047 5045 .br .br
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