You can open the find in page widget by pressing CTRL + F, but pressing it again only focuses it.
I really dislike having to use my mouse to get rid of the find widget as it blocks out some of the code.
Anyone know how to use a shortcut to hide the find widget?
You can make it toggle by Ctrl+F. Just add this to keybindings.json
{
"key": "ctrl+f",
"command": "closeFindWidget",
"when": "editorFocus && findWidgetVisible"
}
Does the ESC key work for this?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With