Create default profile and set editing mode to ‘vi’:
| 
					 1 2 3  | 
						ipython profile create echo "c.TerminalInteractiveShell.editing_mode = 'vi'" \   >>~/.ipython/profile_default/ipython_config.py  | 
					
Create default profile and set editing mode to ‘vi’:
| 
					 1 2 3  | 
						ipython profile create echo "c.TerminalInteractiveShell.editing_mode = 'vi'" \   >>~/.ipython/profile_default/ipython_config.py  |