revert working properly well

This commit is contained in:
filipriec
2025-02-28 23:27:16 +01:00
parent f1d2e5c43d
commit a79fa45a6d
4 changed files with 64 additions and 1 deletions

View File

@@ -4,6 +4,9 @@
[keybindings.common]
save = ["ctrl+s"]
quit = ["ctrl+q"]
# !!!change to space b r in the future and from edit mode
revert = ["ctrl+r"]
force_quit = ["ctrl+shift+q"]
save_and_quit = ["ctrl+shift+s"]
move_up = ["Up"]
@@ -48,6 +51,7 @@ save = ["w"]
quit = ["q"]
force_quit = ["q!"]
save_and_quit = ["wq"]
revert = ["r"]
[colors]
theme = "dark"