This commit is contained in:
Gregor Lohaus
2026-05-27 15:42:31 +02:00
commit 332f4d7b3b
16 changed files with 1033 additions and 0 deletions

20
config.example.toml Normal file
View File

@@ -0,0 +1,20 @@
[terminal]
columns = 100
rows = 30
shell = "/bin/bash"
font_family = "JetBrainsMono Nerd Font"
font_size = 15
[window]
width = 1200
height = 760
[kitty_graphics]
enabled = true
[keybindings]
navigate_left = "ALT+H"
navigate_down = "ALT+J"
navigate_up = "ALT+K"
navigate_right = "ALT+L"
toggle_floating = "ALT+F"