email is now required

This commit is contained in:
filipriec
2025-07-26 20:34:02 +02:00
parent 1fbc720620
commit c7353ac81e
2 changed files with 15 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ move_left = [""]
move_right = ["right"]
suggestion_down = ["ctrl+n", "tab"]
suggestion_up = ["ctrl+p", "shift+tab"]
trigger_autocomplete = ["left"]
trigger_autocomplete = ["tab"]
[keybindings.command]
exit_command_mode = ["ctrl+g", "esc"]