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

6 lines
189 B
Python
Raw Normal View History

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