updated readme + config example

This commit is contained in:
2026-03-19 00:02:52 +01:00
parent 029b4f9da8
commit b07a2d8f75
2 changed files with 109 additions and 45 deletions

View File

@@ -31,8 +31,8 @@ tree_depth_4 = "#fab387"
down = "j"
up = "k"
edit = "i"
edit_append = "A"
edit_substitute = "S"
edit_append = "a"
edit_substitute = "s"
save = ":w"
quit = ":q"
normal_mode = "Esc"
@@ -45,3 +45,8 @@ append_item = "o"
prepend_item = "O"
delete_item = "dd"
undo = "u"
redo = "U"
rename = "r"
append_group = "alt+o"
prepend_group = "alt+O"
toggle_group = "t"