update format

This commit is contained in:
Fabio Lenherr / DashieTM 2023-06-27 12:50:37 +02:00
parent 3f59accc89
commit 6388da3064
12 changed files with 109 additions and 79 deletions

View file

@ -20,3 +20,9 @@ statusbar_bg = "#7dcfff"
cmdline_bg = "#24283b"
search_match = "#bb9af7"
[keybindings]
"j" = "move left 1"
"k" = "move down 1"
"l" = "move up 1"
";" = "move right 1"