Get rid of vi bindings by default.

This commit is contained in:
user 2024-12-22 08:36:42 -05:00
parent c41fac82b7
commit 7ab0e671ea
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ def ask_human(question: str) -> str:
multiline=True,
key_bindings=create_keybindings(),
prompt_continuation='. ',
vi_mode=True # Enable Vi mode for more intuitive Ctrl+D behavior
)
print()