Get rid of vi bindings by default.
This commit is contained in:
parent
c41fac82b7
commit
7ab0e671ea
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue