Robin C. 1774fadea8 Add setup script
Add vim
Add xfce setup script
Fix opensuse setup script
2025-01-09 02:56:22 +01:00
..
2025-01-09 02:56:22 +01:00

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