Thu 04-08-2016 12:46
|
by Mikko Kortelainen
|
tags: Python IPython |
1 minute read
Create default profile and set editing mode to 'vi':
ipython profile create
echo "c.TerminalInteractiveShell.editing_mode = 'vi'" \
>>~/.ipython/profile_default/ipython_config.py