From 05c365a54dd074872a6c46f7bd0c6680f7588f71 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 23 Jun 2022 19:34:54 +0430 Subject: updates --- ipython/ipython_config.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ipython/ipython_config.py (limited to 'ipython') 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" -- cgit v1.2.3