ipython: default profile settings

This commit is contained in:
dogeystamp 2023-07-22 15:23:52 -04:00
parent 16b08161a4
commit ec7dd6c5b9
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -0,0 +1,5 @@
c = get_config()
c.TerminalInteractiveShell.editing_mode = "vi"
c.TerminalInteractiveShell.show_rewritten_input = False
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False