Mercurial > dotfiles
changeset 527:bc1a474c732b
Set vi mode in ipython
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 21 Jan 2022 15:51:10 +0100 |
parents | 793a6f9bc2cf |
children | 9af6e508f630 |
files | dot_ipython/profile_default/ipython_config.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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']