jupyter / jupyter_console

Jupyter Terminal Console

Home Page:http://jupyter-console.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ctrl-N, P with in vi editing mode

matthew-brett opened this issue · comments

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?