config.nvim
config.nvim copied to clipboard
A repository about configuration of NeoVim (v0.8.0+) for Colemak user.
Neovim Config for Colemak Users
Common Keymaps
| Qwerty | Colemak |
|---|---|
| h (left) | h |
| j (down) | n |
| k (up) | e |
| l (right) | i |
| i (insert) | l |
| e (end of the word) | j |
| n (next search result) | k |
| N (previous search result) | K |
Install
# Linux
git clone --depth 1 --branch master https://github.com/mistgc/config.nvim ~/.config/nvim
# Windows
git clone --depth 1 --branch master https://github.com/mistgc/config.nvim ~/AppData/Local/nvim