First commit

This commit is contained in:
2026-07-29 23:52:21 -04:00
commit 361bde2621
3483 changed files with 23441 additions and 0 deletions

6
.obsidian.vimrc Normal file
View File

@@ -0,0 +1,6 @@
" Have j and k navigate visual lines rather than logical ones
nmap j gj
nmap k gk
" I like using H and L for beginning/end of line
nmap H g^
nmap L g$