sidebar fixed bugs and buffer implementation 1

This commit is contained in:
filipriec
2025-04-14 22:14:01 +02:00
parent 0917654361
commit 8745c9ea2f
8 changed files with 125 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ next_option = ["l", "Right"]
previous_option = ["h", "Left"]
select = ["Enter"]
toggle_sidebar = ["ctrl+t"]
toggle_buffer_list = ["ctrl+b"]
next_field = ["Tab"]
prev_field = ["Shift+Tab"]
@@ -24,6 +25,7 @@ save_and_quit = ["ctrl+shift+s"]
move_up = ["Up"]
move_down = ["Down"]
toggle_sidebar = ["ctrl+t"]
toggle_buffer_list = ["ctrl+b"]
# MODE SPECIFIC
# READ ONLY MODE