# Recent files and changes

When working on a project, you often need to switch between files and locations you've recently viewed or edited. CLion provides quick navigation features that help you find and reopen recent files or revisit edited code fragments.

Procedure: Find recent files

You can search for recently opened or edited files using the Recent Files popup.

* To open the Recent Files popup, press `Ctrl+E` (Windows), `⌘ E` (macOS), `⌘ E` (IntelliJ IDEA Classic (macOS)), `⌘ E` (macOS System Shortcuts), `Ctrl+E` (XWin), `Ctrl+E` (GNOME), `Ctrl+E` (KDE), `Ctrl+E` (Emacs), `Ctrl+E` (Sublime Text), `⌘ E` (Sublime Text (macOS)), `⌃ 2` (Xcode), `Ctrl+Comma` (Visual Studio), `⌃ Comma` (Visual Studio (macOS)), `Ctrl+E` (ReSharper), `⌘ E` (ReSharper (macOS)), `Alt+O` (QtCreator), `⌃ O` (QtCreator (macOS)), `Shift+F4` (NetBeans), `Ctrl+E` (Eclipse), `⌘ E` (Eclipse (macOS)).

![Recent files](https://resources.jetbrains.com/help/img/idea/2026.2/cl_recent_files_popup.png)

* To show only recently edited files, press `Ctrl+E` (Windows), `⌘ E` (macOS), `⌘ E` (IntelliJ IDEA Classic (macOS)), `⌘ E` (macOS System Shortcuts), `Ctrl+E` (XWin), `Ctrl+E` (GNOME), `Ctrl+E` (KDE), `Ctrl+E` (Emacs), `Ctrl+E` (Sublime Text), `⌘ E` (Sublime Text (macOS)), `⌃ 2` (Xcode), `Ctrl+Comma` (Visual Studio), `⌃ Comma` (Visual Studio (macOS)), `Ctrl+E` (ReSharper), `⌘ E` (ReSharper (macOS)), `Alt+O` (QtCreator), `⌃ O` (QtCreator (macOS)), `Shift+F4` (NetBeans), `Ctrl+E` (Eclipse), `⌘ E` (Eclipse (macOS)) again or select the Show edited only option.

![Recent files changed only](https://resources.jetbrains.com/help/img/idea/2026.2/cl_recent_files_changed.png)

* To search for items within the popup, start typing your search query. CLion filters the results dynamically as you type, showing only the matching items.

![Recent files search](https://resources.jetbrains.com/help/img/idea/2026.2/cl_recent_files_search.png)

Procedure: Find recent locations

You can check your recently viewed or changed code using the Recent Locations popup.

* To open the Recent Locations popup, press `Ctrl+Shift+E` (Windows), `⌘ ⇧ E` (macOS), `⌘ ⇧ E` (IntelliJ IDEA Classic (macOS)), `⌘ ⇧ E` (macOS System Shortcuts), `Ctrl+Shift+E` (XWin), `Ctrl+Shift+E` (GNOME), `Ctrl+Shift+E` (KDE), `Ctrl+Shift+E` (Emacs), `Ctrl+Shift+E` (Sublime Text), `⌘ ⇧ E` (Sublime Text (macOS)), `⌘ ⇧ E` (Xcode), `Ctrl+Shift+E` (Visual Studio), `Ctrl+Shift+E` (Visual Studio (macOS)), `Ctrl+Shift+E` (ReSharper), `Ctrl+Shift+E` (ReSharper (macOS)), `Ctrl+Shift+E` (QtCreator), `⌘ ⇧ E` (QtCreator (macOS)), `Ctrl+Shift+E` (NetBeans), `Ctrl+Shift+E` (Eclipse), `⌘ ⇧ E` (Eclipse (macOS)). The list starts with the latest visited location at the top and contains code snippets.

![Recent Locations popup](https://resources.jetbrains.com/help/img/idea/2026.2/cl_recent_locations_popup.png)

* To show only the locations with changed code, while in the popup, use the `Ctrl+Shift+E` (Windows), `⌘ ⇧ E` (macOS), `⌘ ⇧ E` (IntelliJ IDEA Classic (macOS)), `⌘ ⇧ E` (macOS System Shortcuts), `Ctrl+Shift+E` (XWin), `Ctrl+Shift+E` (GNOME), `Ctrl+Shift+E` (KDE), `Ctrl+Shift+E` (Emacs), `Ctrl+Shift+E` (Sublime Text), `⌘ ⇧ E` (Sublime Text (macOS)), `⌘ ⇧ E` (Xcode), `Ctrl+Shift+E` (Visual Studio), `Ctrl+Shift+E` (Visual Studio (macOS)), `Ctrl+Shift+E` (ReSharper), `Ctrl+Shift+E` (ReSharper (macOS)), `Ctrl+Shift+E` (QtCreator), `⌘ ⇧ E` (QtCreator (macOS)), `Ctrl+Shift+E` (NetBeans), `Ctrl+Shift+E` (Eclipse), `⌘ ⇧ E` (Eclipse (macOS)) shortcut again or select the Show edited only option.

![Recent Locations popup: Show changed only](https://resources.jetbrains.com/help/img/idea/2026.2/cl_only_changed_code_locations.png)

* To search for a code snippet, in the Recent Locations popup, start typing your search query. You can search by the code text, file name, or [breadcrumbs](using-code-editor.html#breadcrumbs).

![Search recent locations](https://resources.jetbrains.com/help/img/idea/2026.2/cl_recent_locations_search.png)

* To delete a location entry from the search results, press either `Delete` or `Backspace` (Windows), `⌫` (macOS), `⌫` (IntelliJ IDEA Classic (macOS)), `⌫` (macOS System Shortcuts), `Backspace` (XWin), `Backspace` (GNOME), `Backspace` (KDE), `Backspace` (Emacs), `Backspace` (Sublime Text), `⌫` (Sublime Text (macOS)), `⌫` (Xcode), `Backspace` (Visual Studio), `⌫` (Visual Studio (macOS)), `Backspace` (ReSharper), `⌫` (ReSharper (macOS)), `Backspace` (QtCreator), `⌫` (QtCreator (macOS)), `Backspace` (NetBeans), `Backspace` (Eclipse), `⌫` (Eclipse (macOS)).

> **Tip:**
> Keep in mind that the deleted location is also removed from the list of entries that you [access with the  shortcut](navigating-through-the-source-code.html#back_forward) .

