left right are now in shortcuts, needs to fix shortcuts now , but it isnt hardcoded anymore

This commit is contained in:
filipriec
2025-02-28 11:28:30 +01:00
parent c6039df819
commit f3ae029259
2 changed files with 159 additions and 127 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_position = ["Left", "9"]
next_position = ["Right"]
previous_entry = ["Left", "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 = ["x", "8"]
move_last_line = ["x"]
[colors]
theme = "dark"