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,423B
builtin_keys.c 100644 5,867B
builtin_keys.h 100644 695B
chains.c 100644 557B
count.c 100644 1,286B
def_keys_and_user_mappings.c 100644 967B
diff_motions.c 100644 636B
discard_not_full_cmds.c 100644 478B
dont_exec_motions_only.c 100644 402B
foreign_keys.c 100644 3,679B
listing.c 100644 1,129B
long_motions_wait.c 100644 403B
longest.c 100644 666B
mapping_state.c 100644 1,820B
motions.c 100644 965B
multi_are_not_motions.c 100644 378B
multi_keys.c 100644 1,306B
no_regs_long_key.c 100644 1,018B
nop.c 100644 522B
noremap.c 100644 2,351B
num_in_the_middle.c 100644 1,248B
pick_longest.c 100644 1,005B
put_wait_points.c 100644 634B
remap_builtin.c 100644 709B
remap_users.c 100644 1,191B
same_multi_and_motion.c 100644 417B
selectors.c 100644 3,722B
silent.c 100644 1,081B
suggestions.c 100644 3,554B
suite.c 100644 783B
unmap.c 100644 2,372B
users_key_to_key.c 100644 2,108B
wait.c 100644 612B
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