comparison dot_ipython/profile_default/ipython_config.py @ 527:bc1a474c732b

Set vi mode in ipython
author zegervdv <zegervdv@me.com>
date Fri, 21 Jan 2022 15:51:10 +0100
parents
children cffb5f8caafa
comparison
equal deleted inserted replaced
526:793a6f9bc2cf 527:bc1a474c732b
1 c.TerminalInteractiveShell.confirm_exit = False
2 c.TerminalInteractiveShell.editing_mode = 'vi'
3 c.InteractiveShellApp.extensions = ["autoreload"]
4 c.InteractiveShellApp.exec_lines = ['%autoreload 2']