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 b4d890e7e43db53062c4f976846bb9e5f35e824a

Improve wording of documentation covering :view
Thanks to CaptainFantastic.
Author: xaizek
Author date (UTC): 2026-08-30 09:22
Committer name: xaizek
Committer date (UTC): 2026-08-30 13:12
Parent(s): aa699bb4778404f015d2c185a3ac19b92dc23976
Signing key: 99DC5E4DB05F6BE2
Tree: ab5ad68d4378a99249bbcd64fe6705c451857193
File Lines added Lines deleted
ChangeLog 3 0
data/man/vifm.1 4 3
data/vim/doc/app/vifm-app.txt 4 3
File ChangeLog changed (mode: 100644) (index 152c00141..55f0b670d)
143 143 Made 'title' set title of a tmux window when $TERM equals "tmux" or starts Made 'title' set title of a tmux window when $TERM equals "tmux" or starts
144 144 with "tmux-". Thanks to fugue. with "tmux-". Thanks to fugue.
145 145
146 Improved wording of documentation covering :view. Thanks to
147 CaptainFantastic.
148
146 149 Fixed 'trashdir' with "%r" on BSD-like systems (those with getmntinfo() Fixed 'trashdir' with "%r" on BSD-like systems (those with getmntinfo()
147 150 instead of getmntent() API). The regression was apparently introduced in instead of getmntent() API). The regression was apparently introduced in
148 151 v0.9.1-beta. Thanks to sublimal. v0.9.1-beta. Thanks to sublimal.
File data/man/vifm.1 changed (mode: 100644) (index 5f105dd36..934698216)
... ... same as :version.
3327 3327 .BI " :view" .BI " :view"
3328 3328 .TP .TP
3329 3329 .BI :vie[w] .BI :vie[w]
3330 toggle on and off the quick file view (preview of file's contents). See
3331 also 'quickview' option.
3330 toggle visibility of the quick view (displaying file's contents or a
3331 directory tree over the inactive pane). See also 'quickview'
3332 option.
3332 3333 .TP .TP
3333 3334 .BI :vie[w]! .BI :vie[w]!
3334 turn on quick file view if it's off.
3335 turn on quick view if it's off.
3335 3336 .TP .TP
3336 3337 .BI :vie[w] next .BI :vie[w] next
3337 3338 move the default viewer for the current and similar files to the bottom of move the default viewer for the current and similar files to the bottom of
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index ec7f18f23..cae6769db)
... ... yet supported) and might be changed in future releases, or get an alias.
2797 2797
2798 2798 *vifm-:view* *vifm-:vie* *vifm-:view* *vifm-:vie*
2799 2799 :vie[w] :vie[w]
2800 toggle on and off the quick file view (preview of file's contents).
2801 See also |vifm-'quickview'| option and |vifm-commands-and-selection|.
2800 toggle visibility of the quick view (displaying file's contents or a
2801 directory tree over the inactive pane). See also |vifm-'quickview'|
2802 option and |vifm-commands-and-selection|.
2802 2803 :vie[w]! :vie[w]!
2803 turn on quick file view if it's off.
2804 turn on quick view if it's off.
2804 2805 :vie[w] next :vie[w] next
2805 2806 move the default viewer for the current and similar files to the bottom of move the default viewer for the current and similar files to the bottom of
2806 2807 the list of viewers, making the next available one the new default. the list of viewers, making the next available one the new default.
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