VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.57k stars 1.3k forks source link

Have the ability to search through a whole notebook (not only inside a cell) #9049

Open vimchun opened 1 month ago

vimchun commented 1 month ago

First, thanks for this wonderful extension, globally works great.

The request is about .ipynb notebooks. Currently, I can use / to search a string inside a cell, it works well as expected, the results rotate in that cell.

Now, I would like to trigger / on a notebook when a cell is not in edition, to search through the whole notebook. I would expect n/N to be able to navigate through all the cells.

I know I can use the vscode "find" option for that, but I would prefer stick to a single search, which is the VSCodeVim one (/).