aboutsummaryrefslogtreecommitdiff
path: root/docs/default-view-spec.org
Commit message (Collapse)AuthorAgeFilesLines
* docs: spec for a configurable default viewCraig Jennings2026-06-021-0/+162
The hot key l is hardwired to my-open-issues. This spec lets l open a user-chosen default instead, defaulting to my-open-issues so nothing changes until you set one. Four decisions settled before code. The value is nil or a local-view name (default to a Linear view by saving it locally first). The default is per-account when accounts are configured, because local views are account-stamped and a global default would refuse to run cross-account. A new pearl-open-default-view takes l, and pearl-list-issues stays literal at f o. The setter persists through customize-save-variable, and it's the v D slot the keybinding work reserved. Ready after a Codex round: the transient set-default-view key is . since D is taken by save-locally, and a test-surface task was added.