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 b6f1b0b990ff917465248c695ce5120725fae640

Refer to %q macro with a tag in vifm-app.txt
In 2 places.
Author: xaizek
Author date (UTC): 2025-08-21 08:39
Committer name: xaizek
Committer date (UTC): 2025-08-21 08:40
Parent(s): e1f8c029a79012ed1ec7d5272f854118d2e07da0
Signing key: 99DC5E4DB05F6BE2
Tree: ea7dc8d2ee60b455399672ba28430f63f6be12f6
File Lines added Lines deleted
data/vim/doc/app/vifm-app.txt 4 4
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 1d5c91df8..52647c597)
1 *vifm-app.txt* For Vifm version 0.15 Last change: 2025 August 18
1 *vifm-app.txt* For Vifm version 0.15 Last change: 2025 August 21
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
 
... ... F *vifm-q_F*
932 932 key in less. key in less.
933 933
934 934 a *vifm-q_a* a *vifm-q_a*
935 switch to the next viewer. Does nothing for preview constructed via `%q`
936 macro.
935 switch to the next viewer. Does nothing for preview constructed via
936 |vifm-%q| macro.
937 937 A *vifm-q_A* A *vifm-q_A*
938 938 switch to the previous viewer. Does nothing for preview constructed switch to the previous viewer. Does nothing for preview constructed
939 via `%q` macro.
939 via |vifm-%q| macro.
940 940 i *vifm-q_i* i *vifm-q_i*
941 941 toggle raw mode (ignoring of defined viewers). Does nothing for preview toggle raw mode (ignoring of defined viewers). Does nothing for preview
942 942 constructed via `%q` macro. constructed via `%q` macro.
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