From: Mark Wooding Date: Sat, 15 Jul 2017 00:03:11 +0000 (+0100) Subject: dot/ipython-config.py: Turn off `greedy' completion. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/76dcbf257f5e44f9078a4775ae24645994f1d34b dot/ipython-config.py: Turn off `greedy' completion. It makes completion work really badly on newer versions of IPython. --- diff --git a/dot/ipython-config.py b/dot/ipython-config.py index d07657e..e4339f5 100644 --- a/dot/ipython-config.py +++ b/dot/ipython-config.py @@ -9,7 +9,5 @@ c.InteractiveShell.automagic = False c.InteractiveShell.color_info = True c.InteractiveShell.colors = 'Linux' -c.Completer.greedy = True - c.TerminalIPythonApp.display_banner = False c.TerminalInteractiveShell.confirm_exit = False