edit and read only mode

This commit is contained in:
filipriec
2025-02-17 23:44:09 +01:00
parent 14d0b5d3dc
commit 3864fc9ae1
3 changed files with 28 additions and 13 deletions

View File

@@ -4,4 +4,5 @@ save = [":w", "ctrl+s"]
quit = [":q", "ctrl+q"]
force_quit = [":q!", "ctrl+shift+q"]
save_and_quit = [":wq", "ctrl+shift+s"]
toggle_edit_mode = ["i", "ctrl+e"]
enter_edit_mode = ["i", "ctrl+e"]
exit_edit_mode = ["esc", "ctrl+e"]