close pager on escape on command mode

Matthias Bussonnier 12 years ago
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…
Cancel
Save