view dot_ipython/profile_default/ipython_config.py @ 544:c071fc2dc6fc

Run compinit after loading all plugins and functions
author zegervdv <zegervdv@me.com>
date Sun, 30 Jan 2022 10:40:00 +0100
parents bc1a474c732b
children cffb5f8caafa
line wrap: on
line source

c.TerminalInteractiveShell.confirm_exit = False
c.TerminalInteractiveShell.editing_mode = 'vi'
c.InteractiveShellApp.extensions = ["autoreload"]
c.InteractiveShellApp.exec_lines = ['%autoreload 2']