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.
<root> / tests / keys /
File Mode Size
builtin.c 100644 822B
builtin_and_custom.c 100644 3,403B
builtin_keys.c 100644 5,867B
builtin_keys.h 100644 695B
chains.c 100644 571B
count.c 100644 1,300B
def_keys_and_user_mappings.c 100644 977B
diff_motions.c 100644 636B
discard_not_full_cmds.c 100644 493B
dont_exec_motions_only.c 100644 402B
foreign_keys.c 100644 3,672B
listing.c 100644 1,129B
long_motions_wait.c 100644 403B
longest.c 100644 666B
mapping_state.c 100644 1,829B
motions.c 100644 965B
multi_are_not_motions.c 100644 378B
multi_keys.c 100644 1,333B
no_regs_long_key.c 100644 1,033B
nop.c 100644 536B
noremap.c 100644 2,345B
num_in_the_middle.c 100644 1,248B
pick_longest.c 100644 995B
put_wait_points.c 100644 649B
remap_builtin.c 100644 662B
remap_users.c 100644 1,098B
same_multi_and_motion.c 100644 417B
selectors.c 100644 3,722B
silent.c 100644 1,110B
suggestions.c 100644 3,891B
suite.c 100644 932B
suite.h 100644 334B
unmap.c 100644 2,273B
users_key_to_key.c 100644 2,087B
wait.c 100644 651B
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