I turned on vi mode in my ~/.inputrcusing the following lines in my mac.
set editing-mode vi
When I use IPython in the terminal, I get the corresponding vi key bindings, but when I use IPython in QtConsole with the command ipython qtconsole, the vi key bindings do not work.
Is there anything else I need to do to get vi key bindings in IPython QtConsole?
source
share