Initial commit to the most minimal dotfiles!

This commit is contained in:
2026-02-05 21:41:38 +02:00
parent 5932f56f3f
commit 85803f7559
7 changed files with 611 additions and 0 deletions

32
config/kanata/kanata.kbd Normal file
View File

@@ -0,0 +1,32 @@
(defcfg
process-unmapped-keys yes
)
;; HHKB Classic layout
(defsrc
esc 1 2 3 4 5 6 7 8 9 0 - = \ grv
tab q w e r t y u i o p [ ] bspc
lctl a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
lmet lalt spc ralt rmet
)
(deflayer base
@nav 1 2 3 4 5 6 7 8 9 0 - = \ grv
tab q w e r t y u i o p [ ] bspc
lctl a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
lmet lalt spc ralt rmet
)
(deflayer navigation
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tab _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ left down up rght _ _ _
_ _ _ _ _ _ _ _ _ _ _ _
_ lalt _ _ _
)
(defalias
nav (tap-hold 200 200 esc (layer-while-held navigation))
)