Vim
My configuration for Vim.
This has been ported to its own project.
See VIMod.
Installation
See vimod#install
Automatic Installation (Linux)
mkdir -p ~/.vim
touch ~/.vim/vimrc
git clone https://github.com/hezkore/vimod.git ~/.vim/vimod
echo 'runtime vimod/vimod.vim' > ~/.vim/vimrc
echo 'VIModKeys' >> ~/.vim/vimrc