A vim configuration kept simple and small.
curl -fLo ~/.vimrc https://raw.githubusercontent.com/applee/simrc/master/vimrc && vim
" below is a part of the key mappping settings.
let mapleader = ',' " mapleader
<Leader>w " save file
<Leader>q " quit
<C-a> " jump to head of line
<C-e> " jump to tail of line
<C-f> " move forward
<C-b> " move backward
> " continued right shift
< " continued left shift
<Leader>/ " unhighlight
rm -rf ~/.vimrc ~/.vim
NO LICENSE. Do what you want with it :)