We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfb628 commit a4f6935Copy full SHA for a4f6935
ptpython/python_input.py
@@ -222,6 +222,8 @@ def __init__(self,
222
223
# Use a KeyBindingManager for loading the key bindings.
224
self.key_bindings_manager = KeyBindingManager(
225
+ enable_abort_and_exit_bindings=True,
226
+ enable_search=True,
227
enable_vi_mode=Condition(lambda cli: self.vi_mode),
228
enable_open_in_editor=Condition(lambda cli: self.enable_open_in_editor),
229
enable_system_bindings=Condition(lambda cli: self.enable_system_bindings),
0 commit comments