Show More
@@ -278,7 +278,7 b' def create_ipython_shortcuts(shell):' | |||||
278 | @kb.add("end", filter=has_focus(DEFAULT_BUFFER) & ebivim) |
|
278 | @kb.add("end", filter=has_focus(DEFAULT_BUFFER) & ebivim) | |
279 | def _(event): |
|
279 | def _(event): | |
280 | _apply_autosuggest(event) |
|
280 | _apply_autosuggest(event) | |
281 |
|
281 | |||
282 | @kb.add("c-e", filter=focused_insert_vi & ebivim) |
|
282 | @kb.add("c-e", filter=focused_insert_vi & ebivim) | |
283 | def _(event): |
|
283 | def _(event): | |
284 | _apply_autosuggest(event) |
|
284 | _apply_autosuggest(event) |
General Comments 0
You need to be logged in to leave comments.
Login now