home ~ projects ~ socials

Prevent Hotkey Searching The File List In VS Code

When I hit Command/Ctrl-F in VS Code I want to search the file. Not the list of files in the sidebar. Thankfully, there's a way to turn that off.

Top Menu - Code - Preferences - Keyboard Shortcuts

Then:

Look for:

list.find

Right click on it and select "Remove Keybinding"

-- end of line --