Enabling vi key bindings in Qtconsole IPython

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?

+4
source share
1 answer

Qt readline -, . Qt, IPython, (, ).

( , %guiref ), , , .

+2

Source: https://habr.com/ru/post/1543651/


All Articles