mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-07 20:00:37 -07:00
feat(cli): customizable keyboard shortcuts (#21945)
This commit is contained in:
committed by
GitHub
parent
657f19c1f3
commit
daf3701194
@@ -98,6 +98,10 @@ export class Storage {
|
||||
return path.join(Storage.getGlobalGeminiDir(), 'policies');
|
||||
}
|
||||
|
||||
static getUserKeybindingsPath(): string {
|
||||
return path.join(Storage.getGlobalGeminiDir(), 'keybindings.json');
|
||||
}
|
||||
|
||||
static getUserAgentsDir(): string {
|
||||
return path.join(Storage.getGlobalGeminiDir(), 'agents');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user