refactor + fmt

This commit is contained in:
2026-04-26 18:06:10 +02:00
parent 56243dacb3
commit 5acc1a8804
31 changed files with 546 additions and 933 deletions
+15
View File
@@ -18,3 +18,18 @@ These keybinds come from telescope defaults. The tab functionality is built into
neovim.
Tab cycling: gt, gT
## Autocompletes
within insert mode, it's supported via blink
C-y to accept
C-space to open completions menu
C-n/p to move up and down
C-k to open "documentation"
## Fugutive workflow
:G
use - to stage
use cc to commit
write a message and then :wq