finally working properly config parsing

This commit is contained in:
filipriec
2025-02-28 14:10:00 +01:00
parent 2c43f22df6
commit a3987d077a
4 changed files with 241 additions and 91 deletions

View File

@@ -7,8 +7,8 @@ save_and_quit = [":wq", "ctrl+shift+s"]
enter_edit_mode_before = ["i"]
enter_edit_mode_after = ["a"]
exit_edit_mode = ["esc", "ctrl+e"]
previous_entry = ["Left", "q"] # Changed from previous_position
next_entry = ["Right", "1"] # Changed from next_position
previous_entry = ["q"] # Changed from previous_position
next_entry = ["right","1"] # Changed from next_position
move_left = ["h"]
move_right = ["l"]
@@ -21,7 +21,7 @@ move_word_end_prev = ["ge"] # Move to end of previous word
move_line_start = ["0"] # Move to beginning of line
move_line_end = ["$"] # Move to end of line
move_first_line = ["gg"] # Move to first line of form
move_last_line = ["g+enter"]
move_last_line = ["ctrl+g"]
[colors]
theme = "dark"