##// END OF EJS Templates
qtconsole: Add vi-like key bindings to pager (fixes #6590)...
qtconsole: Add vi-like key bindings to pager (fixes #6590) Since _event_fileter_page_keypress() already exists in ConsoleWidget class of qtconsole, that change was pretty easy and isolated. We emulate up/down arrow keys with k/j when we use pager.
Boris Egorov -
r18176:7b7b5442
Show More
Name Size Modified Last Commit Author
/ IPython / qt / console
resources
tests
__init__.py Loading ...
__main__.py Loading ...
ansi_code_processor.py Loading ...
bracket_matcher.py Loading ...
call_tip_widget.py Loading ...
completion_html.py Loading ...
completion_lexer.py Loading ...
completion_plain.py Loading ...
completion_widget.py Loading ...
console_widget.py Loading ...
frontend_widget.py Loading ...
history_console_widget.py Loading ...
ipython_widget.py Loading ...
kill_ring.py Loading ...
magic_helper.py Loading ...
mainwindow.py Loading ...
pygments_highlighter.py Loading ...
qtconsoleapp.py Loading ...
rich_ipython_widget.py Loading ...
styles.py Loading ...