Menu

Tree [f5d60e] master /
 History

HTTPS access


File Date Author Commit
 build-aux 2026-05-25 xaizek xaizek [2570d5] Fix C Lua modules not loading on Unix-like systems
 data 2026-07-28 xaizek xaizek [9fcb53] Remove Vim-doc's "vifm-" prefix from 'hloptions'
 patches 2026-07-11 xaizek xaizek [0ff0bf] Update patchset for PDCurses 3.9
 pkgs 2025-09-28 xaizek xaizek [5da808] Download ncurses for AppImage build using HTTPS
 scripts 2026-05-16 xaizek xaizek [2821ee] Build libgnurx with -std=gnu11 on AppVeyor
 src 2026-08-06 xaizek xaizek [e89a2d] Fix a typo in builtin_functions.c:execute_cmd()
 tests 2026-08-06 xaizek xaizek [7ef9d0] Fix printing the value of 'previewoptions'
 .gitignore 2025-12-21 Kirill Rekhov Kirill Rekhov [d96764] Ignore all `tags` files in .gitignore
 AUTHORS 2026-05-24 Vladimir Baranov Vladimir Baranov [2ac4a0] Lua: expose os.remove()
 BUGS 2025-05-01 xaizek xaizek [4a97b6] Extend range of numbers Ctrl-A/Ctrl-X deals with
 COPYING 2015-04-02 Michael Vetter Michael Vetter [1749f3] Updating license file
 COPYING.3party 2025-03-02 xaizek xaizek [a3292b] Implement wcwidth() with utf8proc when absent
 ChangeLog 2026-08-06 xaizek xaizek [7ef9d0] Fix printing the value of 'previewoptions'
 ChangeLog.LuaAPI 2026-06-07 xaizek xaizek [367308] Handle optional "color" in a result of Lua column
 FAQ 2023-10-01 xaizek xaizek [48d1e3] Add more details to FAQ about missing files
 HACKING.md 2026-06-05 xaizek xaizek [7a9d78] Add vifm.color.{count,gui,new()}
 INSTALL 2024-11-04 xaizek xaizek [2dc8bb] Stop creating $VIFM/vifm-help.txt
 Makefile.am 2025-03-25 xaizek xaizek [5d0b9f] Run distcheck in a fresh clone in scripts/deploy
 Makefile.in 2026-05-25 xaizek xaizek [2570d5] Fix C Lua modules not loading on Unix-like systems
 NEWS 2025-02-07 xaizek xaizek [679eef] Update NEWS file for v0.14
 README 2026-06-17 xaizek xaizek [035d8e] Point at jose1711/vifm_devicons in READMEs
 README.md 2026-06-17 xaizek xaizek [035d8e] Point at jose1711/vifm_devicons in READMEs
 THANKS 2026-07-10 xaizek xaizek [a43e2e] Made 'title' work for $TERM used by tmux
 TODO 2025-12-25 Kirill Rekhov Kirill Rekhov [2d7063] Document name conflict resolution behavior
 aclocal.m4 2026-05-25 xaizek xaizek [2570d5] Fix C Lua modules not loading on Unix-like systems
 configure 2026-05-26 xaizek xaizek [b95db7] Fix configuring linker on OS X
 configure.ac 2026-05-26 xaizek xaizek [b95db7] Fix configuring linker on OS X

Read Me

Vifm - Vim-like file manager
2001 - 2026

Version: 0.15

This file last updated: 17 June 2026

Brief Description

    Vifm is a Vim-like file manager with curses interface extended with some
    useful ideas from mutt.  If you use Vim, Vifm gives you complete keyboard
    control over your files without having to learn a new set of commands.  It
    goes not just about Vim-like keybindings, but also about modes, options,
    registers, commands and other things you might already like in Vim.

    Just like Vim, Vifm tries to adhere to the Unix philosophy.  So instead of
    working solutions which are set in stone user is provided with a set of
    means for customization of Vifm to one's likings.  Though builtin
    functionality should be enough for most of use cases.

Contacts

    Website: https://vifm.info/
    Wiki:    https://wiki.vifm.info/
    Q&A:     https://q2a.vifm.info/

    Bugs and feature requests can be reported at:
    * https://github.com/vifm/vifm/issues
    * https://sourceforge.net/p/vifm/_list/tickets

    The preferred way of posting usage questions is Q&A site:
    * https://q2a.vifm.info/

    Bugs, suggestions and comments can also be communicated via email:
    * xaizek@posteo.net

    Read-only and very low traffic news mailing list is at:
    * vifm-announce@lists.sourceforge.net
    Subscription form for it is here:
    * https://lists.sourceforge.net/lists/listinfo/vifm-announce

    Repositories:
    * https://sourceforge.net/projects/vifm/
    * https://github.com/vifm/vifm

    Vim plugin:
    * https://github.com/vifm/vifm.vim

    Collection of color schemes is available at:
    * https://github.com/vifm/vifm-colors
    Their previews can be found at:
    * https://vifm.info/colorschemes.shtml

    Configurations for iconic fonts:
    * https://github.com/jose1711/vifm_devicons
    * https://github.com/yanzhang0219/dotfiles/tree/master/.config/vifm

    Preview scripts:
    * https://github.com/thimc/vifmimg
    * https://github.com/eylles/vifm-sixel-preview
    * https://github.com/iambumblehead/thu.sh

    Configuration example:
    * https://github.com/xaizek/dotvifm
    * https://github.com/xaizek/dotfiles/blob/master/bashrc (search for "vifm")