dot/ipython-config.py: Go back to traditional completion display.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 00:05:43 +0000 (01:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 14:01:27 +0000 (15:01 +0100)
IPython has this new default completion display where it shows a
tiny fraction of the available completions in a postage stamp.  I'm
not sure why this is meant to be better.  It's the sort of thing IDEs
do, but it seems daft to me.

dot/ipython-config.py

index e4339f5..63e7de4 100644 (file)
@@ -11,3 +11,4 @@ c.InteractiveShell.colors = 'Linux'
 
 c.TerminalIPythonApp.display_banner = False
 c.TerminalInteractiveShell.confirm_exit = False
+c.TerminalInteractiveShell.display_completions = 'readlinelike'