working a and i commands perfectly well

This commit is contained in:
filipriec
2025-02-25 16:07:01 +01:00
parent 71b373d661
commit 8a23af7f3f
3 changed files with 20 additions and 5 deletions

View File

@@ -4,7 +4,8 @@ save = [":w", "ctrl+s"]
quit = [":q", "ctrl+q"]
force_quit = [":q!", "ctrl+shift+q"]
save_and_quit = [":wq", "ctrl+shift+s"]
enter_edit_mode = ["i", "ctrl+e", "a"]
enter_edit_mode_before = ["i"]
enter_edit_mode_after = ["a"]
exit_edit_mode = ["esc", "ctrl+e"]
previous_position = ["Left", "9"]
next_position = ["Right", "8"]