21 lines
467 B
Markdown
21 lines
467 B
Markdown
|
# Vim
|
||
|
|
||
|
My configuration for [Vim](https://www.vim.org).
|
||
|
|
||
|
This has been ported to its own project.\
|
||
|
See [VIMod](https://github.com/Hezkore/vimod).
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
See [vimod#install](https://github.com/Hezkore/vimod?tab=readme-ov-file#install)
|
||
|
|
||
|
## Automatic Installation (Linux)
|
||
|
|
||
|
```bash
|
||
|
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
|
||
|
```
|