I have enabled vi mode in my ~/.inputrc
using the following lines in my mac.
set editing-mode vi
When I use IPython in terminal, I am getting proper vi key bindings, but when I use IPython in QtConsole using the command ipython qtconsole
the vi key bindings don't work.
Is there anything else I have to do to get vi key bindings in IPython QtConsole?