AutoYADM commit: 2024-11-18 19:15:02

This commit is contained in:
Daniel Fichtinger 2024-11-18 19:15:02 -05:00
parent 14585b259b
commit a7eabf2201
4 changed files with 14 additions and 1 deletions

View file

@ -2,4 +2,10 @@
My personal Neovim configuration based on [LazyVim](https://github.com/LazyVim/LazyVim). 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.

View file

@ -92,3 +92,4 @@ Neocities
backend backend
AUR AUR
inherence inherence
Colemak

Binary file not shown.

View file

@ -6,6 +6,12 @@ I use Arch btw.
The root of this repo is equivalent to my $HOME directory. 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 ## Of Interest
### Neovim ### Neovim