edit and read only mode
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user