Fix for "find searches only part of the file" bug (#6905)
* Enabled the Accel F shortcut by default for documentsearch. * Update Playwright Snapshots * Update Playwright Snapshots * Added tentative find-plugin docs, WIP. * Removed file with shortcut override. * Cleanup/removal of todo. * Update docs/source/notebook.md Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com> Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>
parent
f276c54090
commit
ee3e1c2212
@ -1,15 +0,0 @@
|
||||
{
|
||||
"title": "Jupyter Notebook DocumentSearch Settings",
|
||||
"description": "Jupyter Notebook DocumentSearch Settings",
|
||||
"jupyter.lab.shortcuts": [
|
||||
{
|
||||
"command": "documentsearch:start",
|
||||
"keys": ["Accel F"],
|
||||
"selector": ".jp-mod-searchable",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Reference in new issue