close pager on escape on command mode

This commit is contained in:
Matthias Bussonnier 2014-11-30 15:50:14 +00:00
parent d0e97e1607
commit ed7bcb5359

View File

@ -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',