chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76dcbf2
)
dot/ipython-config.py: Go back to traditional completion display.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 Jul 2017 00:05:43 +0000
(
01:05
+0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/ipython-config.py
b/dot/ipython-config.py
index e4339f58383162829bccc3e1a0f019c89420bbea..63e7de438121e0f4f735af1dde34f20f7ff940bc 100644
(file)
--- a/
dot/ipython-config.py
+++ b/
dot/ipython-config.py
@@
-11,3
+11,4
@@
c.InteractiveShell.colors = 'Linux'
c.TerminalIPythonApp.display_banner = False
c.TerminalInteractiveShell.confirm_exit = False
+c.TerminalInteractiveShell.display_completions = 'readlinelike'