left right are now in shortcuts, needs to fix shortcuts now , but it isnt hardcoded anymore
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user