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 3b5aa7c5c109c506d802407dc686cd7465895a37

Document update of sample vifmrc file
Author: xaizek
Author date (UTC): 2014-10-24 20:24
Committer name: xaizek
Committer date (UTC): 2014-10-24 20:25
Parent(s): 82204ef8c806c8048244966d09390aad32e1104a
Signing key:
Tree: 5a9b0960693fd156f26e2024ca136fb56c8d31ba
File Lines added Lines deleted
ChangeLog 2 0
data/vifmrc 1 1
File ChangeLog changed (mode: 100644) (index a2a8cb5b1..6efafe0a5)
20 20 Updated how tags are generated on build. Thanks to Hendrik Updated how tags are generated on build. Thanks to Hendrik
21 21 Jaeger (a.k.a. henk). Jaeger (a.k.a. henk).
22 22
23 Updated sample vifmrc file.
24
23 25 Fixed extension extraction for column view (wasn't consistent with Fixed extension extraction for column view (wasn't consistent with
24 26 filename modifiers). Thanks to ranousse. filename modifiers). Thanks to ranousse.
25 27
File data/vifmrc changed (mode: 100644) (index 68695815c..698d8cfc3)
1 1 " vim: filetype=vifm : " vim: filetype=vifm :
2 " Sample configuration file for vifm (last updated: 14 Oct, 2014)
2 " Sample configuration file for vifm (last updated: 24 Oct, 2014)
3 3 " You can edit this file by hand. " You can edit this file by hand.
4 4 " The " character at the beginning of a line comments out the line. " The " character at the beginning of a line comments out the line.
5 5 " Blank lines are ignored. " Blank lines are ignored.
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