docker_images/odoo/golem/ipython_config.py

9 lines
330 B
Python

# Configuration file for ipython.
## Set the color scheme (NoColor, Neutral, Linux, or LightBG).
#c.InteractiveShell.colors = 'Neutral'
c.InteractiveShell.colors = 'Neutral'
## Shortcut style to use at the prompt. 'vi' or 'emacs'.
#c.TerminalInteractiveShell.editing_mode = 'emacs'
c.TerminalInteractiveShell.editing_mode = 'vi'