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 4b8b3c75f5b1a9bd1dabbb6ac2cc4385d2c5cddf

Improve manual indentation related to 'tuioptions'
Author: xaizek
Author date (UTC): 2025-01-18 14:05
Committer name: xaizek
Committer date (UTC): 2025-01-18 14:05
Parent(s): 56558dd0239388ad8faf7daa82238feb686a3839
Signing key: 99DC5E4DB05F6BE2
Tree: d3cf25aaab360948bfad4052eb9e0a2ccd5ccc70
File Lines added Lines deleted
data/man/vifm.1 2 2
File data/man/vifm.1 changed (mode: 100644) (index 1dea2f1c9..c2753ffca)
... ... default: "psv"
5426 5426 Each flag configures some aspect of TUI appearance. The flags are: Each flag configures some aspect of TUI appearance. The flags are:
5427 5427 .br .br
5428 5428 p \- when included: p \- when included:
5429 * file list inside a pane gets additional single character padding on left \
5429 * file list inside a pane gets additional single character padding on left \
5430 5430 and right sides; and right sides;
5431 * quick view and view mode get single character padding.
5431 * quick view and view mode get single character padding.
5432 5432 .br .br
5433 5433 s \- when included, left and right borders (side borders, hence "s" character) s \- when included, left and right borders (side borders, hence "s" character)
5434 5434 are visible. are visible.
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