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 e08850f662f56bd6a8d00ee4025e0fc5deaf268d

Remove two Vim-style hyperlinks from vifm.1
Result of a copy&paste.
Author: xaizek
Author date (UTC): 2026-07-10 17:00
Committer name: xaizek
Committer date (UTC): 2026-07-11 12:48
Parent(s): 7417610bfe889b4d6bd7f457cb1b03e26a4b54c4
Signing key: 99DC5E4DB05F6BE2
Tree: e18d349c48cb1c90af3bf1e31fe8276cdea5e39c
File Lines added Lines deleted
data/man/vifm.1 2 2
File data/man/vifm.1 changed (mode: 100644) (index fa44ac625..dc2b5d5be)
... ... their content (e.g. regular files in views)
2364 2364 \- CmpBlank \- entry placeholder in a compare view, paired with CmpUnmatched \- CmpBlank \- entry placeholder in a compare view, paired with CmpUnmatched
2365 2365 \- User1..User20 \- 20 colors which can be used via %* 'statusline' macro \- User1..User20 \- 20 colors which can be used via %* 'statusline' macro
2366 2366
2367 Column names match names of columns of |vifm-'viewcolumns'| option, which in
2368 turn are based on values of |vifm-'sort'| and custom columns added from Lua.
2367 Column names match names of columns of 'viewcolumns' option, which in
2368 turn are based on values of 'sort' and custom columns added from Lua.
2369 2369 Regardless of the source, columns are specified as "column:{name}", for Regardless of the source, columns are specified as "column:{name}", for
2370 2370 example: example:
2371 2371 .EX .EX
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