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

Add several customization examples
Author: xaizek
Author date (UTC): 2014-10-23 06:47
Committer name: xaizek
Committer date (UTC): 2014-10-24 20:25
Parent(s): eefcb17c44e4b6b0c9a0b0c8b2c70820dc22821f
Signing key:
Tree: af4c091f4c33ce5ba817fb4478d9b80691db54db
File Lines added Lines deleted
data/vifmrc 16 0
File data/vifmrc changed (mode: 100644) (index b68e366d2..ace805c7b)
... ... nnoremap <f5> :copy<cr>
348 348 nnoremap <f6> :move<cr> nnoremap <f6> :move<cr>
349 349 nnoremap <f7> :mkdir<space> nnoremap <f7> :mkdir<space>
350 350 nnoremap <f8> :delete<cr> nnoremap <f8> :delete<cr>
351
352 " ------------------------------------------------------------------------------
353
354 " Various customization examples
355
356 " Use ag (the silver searcher) instead of grep
357 "
358 " set grepprg=ag\ --line-numbers\ %i\ %a\ %s
359
360 " Add additional place to look for executables
361 "
362 " let $PATH=$HOME.'/bin/fuse:'.$PATH
363
364 " Block particular shortcut
365 "
366 " nnoremap <left> <nop>
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