Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

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"