mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
close pager on escape on command mode
This commit is contained in:
parent
d0e97e1607
commit
ed7bcb5359
@ -97,6 +97,7 @@ define([
|
||||
'i,i' : 'ipython.interrupt-kernel',
|
||||
'0,0' : 'ipython.restart-kernel',
|
||||
'd,d' : 'ipython.delete-cell',
|
||||
'esc': 'ipython.close-pager',
|
||||
'up' : 'ipython.select-previous-cell',
|
||||
'k' : 'ipython.select-previous-cell',
|
||||
'j' : 'ipython.select-next-cell',
|
||||
|
Loading…
x
Reference in New Issue
Block a user