mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
16 lines
239 B
TOML
16 lines
239 B
TOML
# Test
|
|
theme = "jonas"
|
|
|
|
[editor.file-picker]
|
|
hidden = false
|
|
|
|
[keys.normal.space]
|
|
"H" = ":reset-diff-change" # Hard reset the hunk
|
|
|
|
[keys.normal.space.l]
|
|
"a" = ":rla"
|
|
|
|
[keys.normal.space.space.c]
|
|
"o" = ":config-open"
|
|
"r" = ":config-reload"
|