mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 06:43:07 -07:00
Merge branch 'main' into feat/enhance-command
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user