aboutsummaryrefslogtreecommitdiffstats
path: root/ipython
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-23 15:04:54 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-23 15:04:54 +0000
commit05c365a54dd074872a6c46f7bd0c6680f7588f71 (patch)
treed896ea101de423427be13cad55418e793c9d03ee /ipython
parentcointop (diff)
downloadscripts-05c365a54dd074872a6c46f7bd0c6680f7588f71.tar.gz
scripts-05c365a54dd074872a6c46f7bd0c6680f7588f71.zip
updates
Diffstat (limited to 'ipython')
-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"