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 971dc67c33bf2f66d3629ea2c30eb1e2c5bbc641

Refer to 'millerview' instead of 'miller' in vifmrc
Signed-off-by: Éric NICOLAS <ccjmne@gmail.com>
Author: Éric NICOLAS
Author date (UTC): 2026-09-07 20:33
Committer name: Éric NICOLAS
Committer date (UTC): 2026-09-07 20:40
Parent(s): 1c84bda0f327d12769ebec427330c84b7fd75cea
Signing key: B63024C4DBDB249B
Tree: 48c91e0f6b44f9ddbd8dd606ff31006d627708af
File Lines added Lines deleted
data/vifmrc 2 2
data/vifmrc-osx 2 2
File data/vifmrc changed (mode: 100644) (index bfb1e1a21..0f00edc45)
... ... endif
143 143 " Add -s to the default value to suppress "Permission denied" errors " Add -s to the default value to suppress "Permission denied" errors
144 144 set grepprg="grep -n -H -I -r -s %i %a %s" set grepprg="grep -n -H -I -r -s %i %a %s"
145 145
146 " Enable preview of files in the right miller column (add `set miller` to turn
147 " it on)
146 " Enable preview of files in the right miller column (add `set millerview` to
147 " turn it on)
148 148 set milleroptions+=rpreview:all set milleroptions+=rpreview:all
149 149
150 150 " List of color schemes to try (picks the first one supported by the terminal) " List of color schemes to try (picks the first one supported by the terminal)
File data/vifmrc-osx changed (mode: 100644) (index 51d38b2ff..c259d1c3e)
... ... endif
141 141 " Add -s to the default value to suppress "Permission denied" errors " Add -s to the default value to suppress "Permission denied" errors
142 142 set grepprg="grep -n -H -I -r -s %i %a %s" set grepprg="grep -n -H -I -r -s %i %a %s"
143 143
144 " Enable preview of files in the right miller column (add `set miller` to turn
145 " it on)
144 " Enable preview of files in the right miller column (add `set millerview` to
145 " turn it on)
146 146 set milleroptions+=rpreview:all set milleroptions+=rpreview:all
147 147
148 148 " List of color schemes to try (picks the first one supported by the terminal) " List of color schemes to try (picks the first one supported by the terminal)
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