You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please forgive me if this is obvious - but - is there any way to enable to the usual actions of Ctrl-N and P, when using:
c.ZMQTerminalInteractiveShell.editing_mode = 'vi'
in ~/.jupyter/jupyter_console_config.py?
This seems to be the default in IPython - that, with c.TerminalInteractiveShell.editing_mode = 'vi' in insert mode, or command mode, Ctrl-P gives me the previous input cell, and Ctrl-N gives me the next. Is there a way of enabling this behavior for Jupyter Console?
The text was updated successfully, but these errors were encountered:
Please forgive me if this is obvious - but - is there any way to enable to the usual actions of Ctrl-N and P, when using:
in
~/.jupyter/jupyter_console_config.py
?This seems to be the default in IPython - that, with
c.TerminalInteractiveShell.editing_mode = 'vi'
in insert mode, or command mode, Ctrl-P gives me the previous input cell, and Ctrl-N gives me the next. Is there a way of enabling this behavior for Jupyter Console?The text was updated successfully, but these errors were encountered: