chiark / gitweb /
dot/ipython-config.py: Go back to traditional completion display.
[profile] / dot / ipython-config.py
index f57feec194579b632953a83549206e83f7cc730c..63e7de438121e0f4f735af1dde34f20f7ff940bc 100644 (file)
@@ -9,8 +9,6 @@ c.InteractiveShell.automagic = False
 c.InteractiveShell.color_info = True
 c.InteractiveShell.colors = 'Linux'
 
 c.InteractiveShell.color_info = True
 c.InteractiveShell.colors = 'Linux'
 
-c.Completer.greedy = True
-
 c.TerminalIPythonApp.display_banner = False
 c.TerminalIPythonApp.display_banner = False
-c.InteractiveShellApp.ignore_old_config=True
 c.TerminalInteractiveShell.confirm_exit = False
 c.TerminalInteractiveShell.confirm_exit = False
+c.TerminalInteractiveShell.display_completions = 'readlinelike'