suggestion works, but not exactly, needs more stuff

This commit is contained in:
filipriec
2025-06-15 13:35:45 +02:00
parent b49dce3334
commit 62d1c3f7f5
2 changed files with 118 additions and 391 deletions

View File

@@ -70,7 +70,7 @@ prev_field = ["shift+enter"]
exit = ["esc", "ctrl+e"]
delete_char_forward = ["delete"]
delete_char_backward = ["backspace"]
move_left = [""]
move_left = ["left"]
move_right = ["right"]
suggestion_down = ["ctrl+n", "tab"]
suggestion_up = ["ctrl+p", "shift+tab"]