Show More
@@ -58,7 +58,7 b' def register_ipython_shortcuts(registry, shell):' | |||||
58 |
|
58 | |||
59 | registry.add_binding(Keys.ControlO, |
|
59 | registry.add_binding(Keys.ControlO, | |
60 | filter=(HasFocus(DEFAULT_BUFFER) |
|
60 | filter=(HasFocus(DEFAULT_BUFFER) | |
61 |
& |
|
61 | & EmacsInsertMode()))(newline_with_copy_margin) | |
62 |
|
62 | |||
63 | if shell.display_completions == 'readlinelike': |
|
63 | if shell.display_completions == 'readlinelike': | |
64 | registry.add_binding(Keys.ControlI, |
|
64 | registry.add_binding(Keys.ControlI, |
General Comments 0
You need to be logged in to leave comments.
Login now