aboutsummaryrefslogtreecommitdiffstats
path: root/ipython/ipython_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipython/ipython_config.py')
-rw-r--r--ipython/ipython_config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipython/ipython_config.py b/ipython/ipython_config.py
new file mode 100644
index 0000000..06a264c
--- /dev/null
+++ b/ipython/ipython_config.py
@@ -0,0 +1,2 @@
+c = get_config()
+c.TerminalInteractiveShell.editing_mode = "vi"