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 c8bbddb23a03955cec45d88e8e29e6e6b8e7e926

Fix verb form in documentation of :copen
"reopens" -> "reopen"

"reopens" is inconsistent with the rest of entries.
Author: xaizek
Author date (UTC): 2026-04-07 16:24
Committer name: xaizek
Committer date (UTC): 2026-04-11 13:28
Parent(s): 9b3dee06423f14f6ddc358e262cf22f88ae290c9
Signing key: 99DC5E4DB05F6BE2
Tree: cd25f6859dc42f95bd12e2567391e0ffa9b833fb
File Lines added Lines deleted
data/man/vifm.1 1 1
data/vim/doc/app/vifm-app.txt 1 1
File data/man/vifm.1 changed (mode: 100644) (index bc2dfd2a8..3f1b34f6f)
... ... options.
1926 1926 .BI " :copen" .BI " :copen"
1927 1927 .TP .TP
1928 1928 .BI ":cope[n]" .BI ":cope[n]"
1929 reopens the most recently closed navigation menu, if any. See also
1929 reopen the most recently closed navigation menu, if any. See also
1930 1930 "Menus history" section. "Menus history" section.
1931 1931 .TP .TP
1932 1932 .BI " :copy" .BI " :copy"
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index d96d5f732..438bf41e0)
... ... The builtin commands are:
1670 1670 options. options.
1671 1671
1672 1672 :cope[n] *vifm-:copen* *vifm-:cope* :cope[n] *vifm-:copen* *vifm-:cope*
1673 reopens the most recently closed navigation menu, if any. See
1673 reopen the most recently closed navigation menu, if any. See
1674 1674 |vifm-menus-history|. |vifm-menus-history|.
1675 1675
1676 1676 *vifm-:copy* *vifm-:co* *vifm-:copy* *vifm-:co*
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