From 3d15172f2ecf8368bf12ac68efc2961b63647489 2022-03-03 19:48:42 From: Yuval Date: 2022-03-03 19:48:42 Subject: [PATCH] Format according to black/darker --- diff --git a/IPython/terminal/shortcuts.py b/IPython/terminal/shortcuts.py index 95e956c..ba0cf12 100644 --- a/IPython/terminal/shortcuts.py +++ b/IPython/terminal/shortcuts.py @@ -278,7 +278,7 @@ def create_ipython_shortcuts(shell): @kb.add("end", filter=has_focus(DEFAULT_BUFFER) & ebivim) def _(event): _apply_autosuggest(event) - + @kb.add("c-e", filter=focused_insert_vi & ebivim) def _(event): _apply_autosuggest(event)