]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
init.sage: use readline-like tab completion.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 28 Aug 2020 17:59:42 +0000 (13:59 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 28 Aug 2020 17:59:42 +0000 (13:59 -0400)
init.sage

index fb556756108ef81e8bc8da844a40c36b6a1e49fc..6d52b853ccf914811c72d9793ff6f06b55ca64d3 100644 (file)
--- a/init.sage
+++ b/init.sage
@@ -7,3 +7,5 @@ site.addsitedir( os.path.expanduser('~/src/sage.d.git') )
 
 from mjo.all import *
 
+# Tell ipython we don't want its stupid "GUI" completion list.
+%config TerminalInteractiveShell.display_completions = 'readlinelike'