Keyboard shortcuts
| ⌘K / Ctrl+K | Open command palette |
| / | Focus search |
| g h | Go to home |
| g p | Go to projects |
| g s | Go to sessions |
| j / k | Next / prev row (tables) |
| ? | Show this help |
| Esc | Close dialogs |
Structured queries
Mix key:value filters with free text in the palette:
type:session | Only session pages |
project:llm-wiki | Filter by project name (substring) |
model:claude | Filter by model name (substring) |
date:>2026-03-01 | Sessions after a date |
date:<2026-04-01 | Sessions before a date |
tags:rust | Pages mentioning a tag/topic |
sort:date | Sort results by date (newest first) |
Example: type:session project:llm-wiki date:>2026-04 sort:date