Vim mode in ipython 20 Apr 2017 Happy pythoning with ipython in vim mode. cat <<EOF > ~/.ipython/profile_default/ipython_config.py c.TerminalInteractiveShell.editing_mode = 'vi' EOF I got this in an coment from this question at stackoverflow! Thanks imirc!