Add q to toggle the pager.
@ -510,7 +510,7 @@ var IPython = (function (IPython) {
},
'h' : {
help : 'keyboard shortcuts',
help_index : 'gd',
help_index : 'ge',
handler : function (event) {
IPython.quick_help.show_keyboard_shortcuts();
return false;
@ -532,6 +532,14 @@ var IPython = (function (IPython) {
}
'q' : {
help : 'close pager',
IPython.pager.collapse();