fetching data into the form

This commit is contained in:
filipriec
2025-02-19 16:20:16 +01:00
parent dc21be86e7
commit 5954382206
3 changed files with 148 additions and 25 deletions

View File

@@ -6,3 +6,5 @@ force_quit = [":q!", "ctrl+shift+q"]
save_and_quit = [":wq", "ctrl+shift+s"]
enter_edit_mode = ["i", "ctrl+e"]
exit_edit_mode = ["esc", "ctrl+e"]
previous_position = ["Left", "9"]
next_position = ["Right", "8"]