# Fuzzy Finder

<p className="subtitle">
	Learn and understand about Sourcegraph's Fuzzy Search and core
	functionality.
</p>

Use the fuzzy finder to quickly navigate to a repository, symbol, or file.

To open the fuzzy finder, press `Cmd+K` (macOS) or `Ctrl+K` (Linux/Windows) from any page. Use the dedicated Repos, Symbols, and Files tabs to search only for a repository, symbol, or file. Each tab has a dedicated shortcut:

-   **Repos**: Cmd+I (macOS), Ctrl+K (Linux/Windows)
-   **Symbols**: Cmd+O (macOS), Cmd+Shift+O (macOS Safari), Ctrl+O (Linux/Windows)
-   **Files**: Cmd+P (macOS), Ctrl+P (Linux/Windows)

![Fuzzy finder](https://storage.googleapis.com/sourcegraph-assets/Fuzzy%20Finder%20-%20All.png)

Use the **Searching everywhere** or **Searching in this repo** filter to determine whether to search for results only in the active repository or globally.

![Fuzzy finder](https://storage.googleapis.com/sourcegraph-assets/Fuzzy%20Finder%20-%20Search%20Scope.png)
