seems like proper split between event.rs and read_only.rs

This commit is contained in:
filipriec
2025-02-28 11:00:04 +01:00
parent 3c4957b75b
commit c6039df819
5 changed files with 567 additions and 522 deletions

View File

@@ -8,7 +8,7 @@ enter_edit_mode_before = ["i"]
enter_edit_mode_after = ["a"]
exit_edit_mode = ["esc", "ctrl+e"]
previous_position = ["Left", "9"]
next_position = ["Right", "8"]
next_position = ["Right"]
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"] # Move to last line of form
move_last_line = ["x", "8"]
[colors]
theme = "dark"