bundles / IPython 9.3.0 / IPython / terminal / shortcuts / create_ipython_shortcuts
function
IPython.terminal.shortcuts:create_ipython_shortcuts
Signature
def create_ipython_shortcuts ( shell , skip = None ) → KeyBindings Summary
Set up the prompt_toolkit keyboard shortcuts for IPython.
Parameters
shell: InteractiveShellThe current IPython shell Instance
skip: List[Binding]Bindings to skip.
Returns
: KeyBindingsthe keybinding instance for prompt toolkit.
Aliases
-
IPython.terminal.debugger.create_ipython_shortcuts