Open
Description
When I use CTRL+F
to search for a word in Jupyter Notebook, the functionality differs from that in other file types (e.g., C++ files, plain text). Specifically, the cursor does not automatically jump to the first match, and the F3
(next match) and SHIFT+F3
(previous match) shortcuts do not work as expected. Could you please help resolve this?