dots/src/.config/ipython/profile_calcpy/ipython_config.py
dogeystamp f201868727
calcpy: improvements
- escape actually works in vi-mode
- added dg() alias for degrees()
2023-06-15 11:29:02 -04:00

6 lines
189 B
Python

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