VSCodeVim / Vim

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

Navigate "Search" sidebar with "j, k, l" like you can with "Explorer" sidebar #9074

Closed pyanda2 closed 3 months ago

pyanda2 commented 3 months ago

I always have to cmd+shift+F, then manually click on the results with mouse.

HenryTSZ commented 3 months ago

I always have to cmd+shift+F, then manually click on the results with mouse.

you can use "Tab" or use "search.action.focusSearchList" command

https://github.com/VSCodeVim/Vim/assets/55341525/dc5b5ef0-e4e9-4b55-9187-c8bc54fbef38

pyanda2 commented 3 months ago

Thanks! Also, is there any easy way to find the exact setting (like search.action.focusSearchList)? I always just google what i need.

HenryTSZ commented 3 months ago

Thanks! Also, is there any easy way to find the exact setting (like search.action.focusSearchList)? I always just google what i need.

Usually, I use F1 or cmd+shift+p to open allCommandsand in your example, related to search, I enter "search" and find the command "Search: Focus on Search View", but it is not what I want, and then I find "Search: Focus List", which is what I need