Friday, August 18, 2017

Vim input mode in iPython

$ ipython --TerminalInteractiveShell.editing_mode=vi
... or to set it globally in the profile configuration (~/.ipython/profile_default/ipython_config.py;
c.TerminalInteractiveShell.editing_mode = 'vi'
To create the profile:
$ ipython profile create [profilename]

No comments:

Post a Comment