# HG changeset patch # User zegervdv # Date 1642776670 -3600 # Node ID bc1a474c732bbba2d8680abd9f455451426a05a8 # Parent 793a6f9bc2cfef05d0d155c6fcb8f2adb5ec6670 Set vi mode in ipython diff -r 793a6f9bc2cf -r bc1a474c732b dot_ipython/profile_default/ipython_config.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dot_ipython/profile_default/ipython_config.py Fri Jan 21 15:51:10 2022 +0100 @@ -0,0 +1,4 @@ +c.TerminalInteractiveShell.confirm_exit = False +c.TerminalInteractiveShell.editing_mode = 'vi' +c.InteractiveShellApp.extensions = ["autoreload"] +c.InteractiveShellApp.exec_lines = ['%autoreload 2']