chiark / gitweb /
dot/ipython-config.py: Go back to traditional completion display.
[profile] / dot / ipython-config.py
index e4339f58383162829bccc3e1a0f019c89420bbea..63e7de438121e0f4f735af1dde34f20f7ff940bc 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'