Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Settings

Open settings from the gear icon in the bottom-left of the sidebar, or with the keyboard shortcut shown there on hover.

Settings is organized into four tabs.

General

The General tab covers the app’s appearance and hotkey configuration.

SettingWhat it does
ThemePick from five themes — see Themes.
DensityAdjusts spacing for the chat pane (Comfortable / Compact).
Show status barToggle the bottom status strip on/off.
Overlay hotkeyGlobal shortcut to open the quick-query overlay.
Screenshot hotkeyGlobal shortcut to invoke macOS region capture. See Screenshot capture.
Help → Show tour againRe-runs the first-launch onboarding tour.

To set a hotkey, click the current shortcut value and press the new combination. Press Esc to cancel a recording without changing it.

Prompts

Settings for the Prompts library.

SettingWhat it does
Prompts folderWhere your .md prompt files live. Defaults to ~/Documents/Ekorbia/Prompts/.
BrowseOpen the folder picker to choose a different location.
Reveal in FinderOpen the current prompts folder in Finder.
Reset to defaultPoint the prompts folder back to ~/Documents/Ekorbia/Prompts/. The current folder is not deleted.
Restore built-in promptsRe-copy the 28 shipped prompts into the prompts folder (overwrites existing files with the same name).

Memory

Settings for the Memory file.

SettingWhat it does
Memory file pathPath to the Markdown file injected at the start of every chat. Defaults to ~/Documents/Ekorbia/memory.md.
Choose file…Open the file picker to point at a different file.
Reset to defaultPoint the path back to the default. The current file is not deleted.
Edit memoryOpen the current memory file in your OS default text editor.

Attachments

Settings that apply to files, folders, and embeddings.

SettingWhat it does
Embedding modelWhich Ollama model produces the embeddings used for chunk retrieval. Defaults to nomic-embed-text. Changing this triggers the Stale-Embeddings banner.
Top-k chunksHow many top-ranked chunks Ekorbia retrieves on each send. Defaults to 6. Higher = more context, slower, more tokens.
Folder file typesComma-separated list of file extensions the folder walker includes. Defaults to .md, .txt, .pdf.
Folder ignore patternsComma-separated list of directory names the folder walker skips. Defaults to .git, node_modules, target, dist, build, .venv, .next, .cache.

Re-indexing after an embedding-model change

If you change the embedding model, existing chunks become unusable (different models produce non-comparable vectors). A yellow Stale-Embeddings banner appears above the chat with a one-click Re-index all button. Use it to re-embed every attachment with the new model.

You can also re-index a single folder anytime via the ↻ refresh icon on its chip.

Persisted UI state

These are saved automatically (not in the Settings panel — they update as you use the app):

  • Sidebar width
  • Right-panel width
  • Prompt-list column width
  • Panel open/closed state
  • Right-panel selected tab (Prompts / Watches / Files)
  • Selected model (per-window for main, separately for the overlay)
  • Active theme
  • Folder filters (in case you’ve customized them)

All of this survives across launches.