letter a to get from read only mode to edit mode implemented and working perfectly well

This commit is contained in:
filipriec
2025-02-25 14:23:50 +01:00
parent 5e11ea2585
commit 71b373d661
2 changed files with 9 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ 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"]
enter_edit_mode = ["i", "ctrl+e", "a"]
exit_edit_mode = ["esc", "ctrl+e"]
previous_position = ["Left", "9"]
next_position = ["Right", "8"]