##// END OF EJS Templates
Add config option for vi/emacs style open-editor shortcuts...
Add config option for vi/emacs style open-editor shortcuts F2 is always enabled, but passing the option to prompt_toolkit binds v (in vi mode, overriding its 'visual mode' function), and C-X C-E in emacs mode. Closes gh-10259 Closes gh-10278
Thomas Kluyver -
r23409:3b673796
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
kernel
lib
sphinxext
terminal
testing
utils
__init__.py Loading ...
__main__.py Loading ...
config.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
frontend.py Loading ...
html.py Loading ...
nbconvert.py Loading ...
nbformat.py Loading ...
parallel.py Loading ...
paths.py Loading ...
qt.py Loading ...