From 253b1d6f4556e54495e0d459c3fb64739a2c52f6 2018-06-22 09:41:14 From: Thomas Kluyver Date: 2018-06-22 09:41:14 Subject: [PATCH] Reformat for readability --- diff --git a/IPython/terminal/shortcuts.py b/IPython/terminal/shortcuts.py index 26cadaf..0d113bb 100644 --- a/IPython/terminal/shortcuts.py +++ b/IPython/terminal/shortcuts.py @@ -68,8 +68,8 @@ def create_ipython_shortcuts(shell): & insert_mode & cursor_in_leading_ws ))(indent_buffer) - kb.add('c-o', filter=(has_focus(DEFAULT_BUFFER) - & emacs_insert_mode))(newline_autoindent_outer(shell.input_transformer_manager)) + kb.add('c-o', filter=(has_focus(DEFAULT_BUFFER) & emacs_insert_mode) + )(newline_autoindent_outer(shell.input_transformer_manager)) kb.add('f2', filter=has_focus(DEFAULT_BUFFER))(open_input_in_editor)