# File Search, File Tree, and Tabs

### Doc Search

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

Click on the magnifying glass and search for documents by name or Hit Cmd-O

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

Click tab to search the content within documents

<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

### Quick Open

* **Cmd+O** opens the Quick Open dialog to find any file, including dotfiles and images
* Quick Open also supports **folders** — selecting a folder reveals it in the file tree
* **Project Quick Open** — quickly switch between projects from the Window menu

### 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 to hide or show gutter buttons


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
