mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +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' : {
|
||||
help : 'toggle pager',
|
||||
help : 'close pager',
|
||||
help_index : 'gd',
|
||||
handler : function (event) {
|
||||
IPython.pager.toggle();
|
||||
IPython.pager.collapse();
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user