Enable vi editing mode in IPython 5
Create default profile and set editing mode to 'vi':
ipython profile create echo "c.TerminalInteractiveShell.editing_mode = 'vi'" \ >>~/.ipython/profile_default/ipython_config.py
Create default profile and set editing mode to 'vi':
ipython profile create echo "c.TerminalInteractiveShell.editing_mode = 'vi'" \ >>~/.ipython/profile_default/ipython_config.py