mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Just close the pager with q, not toggle.
This commit is contained in:
parent
4e37e901d8
commit
31301c4194
@ -533,10 +533,10 @@ var IPython = (function (IPython) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
'q' : {
|
'q' : {
|
||||||
help : 'toggle pager',
|
help : 'close pager',
|
||||||
help_index : 'gd',
|
help_index : 'gd',
|
||||||
handler : function (event) {
|
handler : function (event) {
|
||||||
IPython.pager.toggle();
|
IPython.pager.collapse();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user