dots/src/.config/ipython/profile_calcpy/ipython_config.py

5 lines
121 B
Python
Raw Normal View History

c = get_config()
c.TerminalInteractiveShell.editing_mode = "vi"
c.TerminalInteractiveShell.show_rewritten_input = False