##// END OF EJS Templates
Just close the pager with q, not toggle.
Brian E. Granger -
Show More
@@ -533,10 +533,10 b' var IPython = (function (IPython) {'
533 }
533 }
534 },
534 },
535 'q' : {
535 'q' : {
536 help : 'toggle pager',
536 help : 'close pager',
537 help_index : 'gd',
537 help_index : 'gd',
538 handler : function (event) {
538 handler : function (event) {
539 IPython.pager.toggle();
539 IPython.pager.collapse();
540 return false;
540 return false;
541 }
541 }
542 },
542 },
General Comments 0
You need to be logged in to leave comments. Login now