diff --git a/.config/nvim/README.md b/.config/nvim/README.md index 64e1bb5f..ae6c4a9b 100644 --- a/.config/nvim/README.md +++ b/.config/nvim/README.md @@ -2,4 +2,10 @@ My personal Neovim configuration based on [LazyVim](https://github.com/LazyVim/LazyVim). -Currently I'm using `obsidian.nvim` along with the Obsidian app for my notes and task management. I write all my notes in Neovim and read them or interact with my tasklist in the app. I'm also planning out a plugin which will scan the Obsidian vault for checklist items, populating a buffer as a sort of master todo list. +Currently I'm using `obsidian.nvim` for note-taking. + +The colorscheme is a heavily modified version of `noirbuddy.nvim`. + +A note on keybindings: I use Colemak-DH, which is a non-qwerty keyboard layout. I use either `MNEI` or the arrow keys (which is a mod key + `MNEI` on my keyboard) for navigation, depending on a few different factors. + +Therefore, some of these bindings may seem weird. diff --git a/.config/nvim/spell/en.utf-8.add b/.config/nvim/spell/en.utf-8.add index 8b3d43e8..0b67648d 100644 --- a/.config/nvim/spell/en.utf-8.add +++ b/.config/nvim/spell/en.utf-8.add @@ -92,3 +92,4 @@ Neocities backend AUR inherence +Colemak diff --git a/.config/nvim/spell/en.utf-8.add.spl b/.config/nvim/spell/en.utf-8.add.spl index a426ba47..b9d23c60 100644 Binary files a/.config/nvim/spell/en.utf-8.add.spl and b/.config/nvim/spell/en.utf-8.add.spl differ diff --git a/.config/yadm/README.md b/.config/yadm/README.md index d3755648..767cac62 100644 --- a/.config/yadm/README.md +++ b/.config/yadm/README.md @@ -6,6 +6,12 @@ I use Arch btw. The root of this repo is equivalent to my $HOME directory. +## Note On Keybindings + +A note on keybindings: I use Colemak-DH, which is a non-qwerty keyboard layout. I use either `MNEI` or the arrow keys (which is a mod key + `MNEI` on my keyboard) for navigation, depending on a few different factors. + +If `MNEI` conflicts with any defaults that would be far too finicky to remap, I just use the arrow keys. Otherwise, I bind `MNEI` to navigation. + ## Of Interest ### Neovim