You are viewing an older version (9.3.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.3.0 / IPython / terminal / shortcuts / create_ipython_shortcuts

function

IPython.terminal.shortcuts:create_ipython_shortcuts

source: /IPython/terminal/shortcuts/__init__.py :327

Signature

def   create_ipython_shortcuts ( shell skip = None )  →  KeyBindings

Summary

Set up the prompt_toolkit keyboard shortcuts for IPython.

Parameters

shell: InteractiveShell

The current IPython shell Instance

skip: List[Binding]

Bindings to skip.

Returns

: KeyBindings

the keybinding instance for prompt toolkit.

Aliases

  • IPython.terminal.debugger.create_ipython_shortcuts