This commit is contained in:
js0ny 2024-11-01 03:35:42 +00:00
parent 1b22e3241a
commit 3c335539a5
22 changed files with 752 additions and 14 deletions

8
.config/nvim/README.md Normal file
View file

@ -0,0 +1,8 @@
# Colemak *LazyVim*
- Replace the default `hjkl` movement keys with `hnei`
- `j->e`, `k->n`, `h->h`, `l->i`
```sh
ln -s ~/.dotfiles/.config/nvim/ ~/.config/nvim
```