> For the complete documentation index, see [llms.txt](https://docs.nimbalyst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nimbalyst.com/file-management/editor.md).

# File Search, File Tree, and Tabs

### Quick Open and Search

<figure><img src="/files/gx9hFVRI7tYRxsQ6PNwd" alt=""><figcaption></figcaption></figure>

Click the magnifying glass or press **Cmd+O** to open the unified Quick Open launcher.

<div align="left"><figure><img src="/files/wjgQODIRCZJBIW7DAosz" alt="" width="375"><figcaption></figcaption></figure></div>

Quick Open now brings several pickers together in one tabbed surface:

* **Files** - find files and folders by name, including dotfiles and images
* **In Files** - search within file contents across the project
* **Sessions** - jump to AI sessions and workstreams
* **Prompts** - find prompts
* **Projects** - switch between open projects
* **Trackers** - jump directly to tracker items
* **Memory** - search project knowledge across Docs, Trackers, and optionally Sessions when the Nimbalyst Memory extension is enabled

The Files results can also include team shared documents. Opening one takes you to its collaborative editor.

Use the tab bar to switch modes, and use the inline filters for narrower results. In the **Files** tab, selecting a folder reveals it in the file tree. Direct shortcuts for some tabs are shown inside the launcher itself.

#### Search Shortcuts

* **Cmd+O** — Quick Open for files, folders, shared documents, projects, and Tracker items
* **Cmd+L** — Session Quick Open
* **Cmd+Shift+L** — Prompt Quick Open
* **Cmd+Shift+F** — file-content search
* **Cmd+Shift+O** — Memory search
* **Cmd+Shift+D** — team shared-document search

Filename search, file-content search, and Memory search answer different questions:

* Use **Files** when you know all or part of a file name.
* Use **In Files** when you know the exact text inside a local file.
* Use **Trackers** for exact issue-key lookup or structured Tracker search.
* Use **Memory** for a concept or question that may be described differently across documents, Trackers, and sessions. Memory combines semantic and keyword matching.

<div align="left"><figure><img src="/files/lwzAq6FuFAAlZAogomKe" alt="" width="375"><figcaption></figcaption></figure></div>

### File Tree

<div align="left"><figure><img src="/files/kkxBRnrUK3kWUit5X8Hb" alt="" width="375"><figcaption></figcaption></figure></div>

The file tree shows all files in your project. Navigate them by:

* Click folders to expand/collapse
* Click files to open
* Recent files appear at top of sidebar
* Right Click on a file to rename, delete, open, copy path, open in new window
* Move files by dragging (Hold Option/Alt to copy)
* Deleted files, attachments, assets, and themes move to system trash instead of permanent deletion
* Show dotfiles in the file tree by selecting the "All Files" filter
* In a team project, right-click a collaboration-supported file and choose **Share to Team** to promote it into the shared document space. See [Collaborative Documents](/team-collaboration/documents.md).

### Tab Management

<figure><img src="/files/VIT3LBLdoGbkHcaFWviy" alt=""><figcaption></figcaption></figure>

Tabs let you work with multiple documents (or sessions) in one window.

* Dirty indicator (•) shows unsaved changes
* Open tabs are saved when workspace closes and restored when workspace reopens
* Pin a tab to the far left by right clicking and selecting Pin Tab
* Shortcuts are available to move amongst tabs
* Move amongst your tabs with the Tab dropdown

### Paste Options

* **Cmd+Shift+V** — force-paste as plain text without attachment conversion

### Navigation Gutter

* Right-click the navigation gutter and choose **Customize Gutter** to hide or show mode, extension-panel, and status icons.
* Drag icons into a manual order inside their group.
* Right-click an individual gutter icon to hide it directly.
* Changes apply immediately to every open Nimbalyst window and persist across projects.
* The account and Settings control remains available and cannot be hidden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nimbalyst.com/file-management/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
