working switching of the buffers properly well now

This commit is contained in:
filipriec
2025-04-15 16:03:14 +02:00
parent c091a39802
commit 6267e3d593
6 changed files with 123 additions and 27 deletions

View File

@@ -13,6 +13,8 @@ toggle_sidebar = ["ctrl+t"]
toggle_buffer_list = ["ctrl+b"]
next_field = ["Tab"]
prev_field = ["Shift+Tab"]
next_buffer = ["ctrl+l"]
previous_buffer = ["ctrl+h"]
[keybindings.common]
save = ["ctrl+s"]
@@ -34,6 +36,8 @@ enter_edit_mode_before = ["i"]
enter_edit_mode_after = ["a"]
previous_entry = ["left","q"]
next_entry = ["right","1"]
next_buffer = ["ctrl+l"]
previous_buffer = ["ctrl+h"]
move_left = ["h"]
move_right = ["l"]