mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
* Neovim: Backup original LazyVim setup to .config/nvim.lazy.d * Neovim: Currently done with basic completions and LSP * Git: Always use ssh to connect github remote * Zsh: Add more antidots config
8 lines
No EOL
179 B
Markdown
8 lines
No EOL
179 B
Markdown
# Colemak *LazyVim*
|
|
|
|
- Replace the default `hjkl` movement keys with `hnei`
|
|
- `j->e`, `k->n`, `h->h`, `l->i`
|
|
|
|
```sh
|
|
ln -sf $DOTFILES/.config/nvim/ $XDG_CONFIG_HOME/nvim
|
|
``` |