diff --git a/docs/cli/plan-mode.md b/docs/cli/plan-mode.md index 4e205164a0..995fade4c4 100644 --- a/docs/cli/plan-mode.md +++ b/docs/cli/plan-mode.md @@ -470,7 +470,8 @@ associated plan files and task trackers. - **Default behavior:** Sessions (and their plans) are retained for **30 days**. - **Configuration:** You can customize this behavior via the `/settings` command - (search for **Session Retention**) or in your `settings.json` file. See + (search for **Enable Session Cleanup** or **Keep chat history**) or in your + `settings.json` file. See [session retention](../cli/session-management.md#session-retention) for more details. diff --git a/packages/cli/src/ui/contexts/KeypressContext.tsx b/packages/cli/src/ui/contexts/KeypressContext.tsx index 3a3961221f..4744ecc348 100644 --- a/packages/cli/src/ui/contexts/KeypressContext.tsx +++ b/packages/cli/src/ui/contexts/KeypressContext.tsx @@ -41,6 +41,7 @@ const KEY_INFO_MAP: Record< string, { name: string; shift?: boolean; ctrl?: boolean } > = { + OM: { name: 'enter' }, '[200~': { name: 'paste-start' }, '[201~': { name: 'paste-end' }, '[[A': { name: 'f1' },