1
0
Files
forust-dotfiles/.config/Antigravity/User/keybindings.json
T
2026-01-17 23:57:30 +01:00

18 lines
512 B
JSON

// Place your key bindings in this file to override the defaults
[
{
"key": "alt+l",
"command": "-antigravity.prioritized.agentFocusNextFile",
"when": "antigravity.agentBarVisible && editorTextFocus"
},
{
"key": "ctrl+l",
"command": "-antigravity.prioritized.chat.open",
"when": "!terminalFocus"
},
{
"key": "ctrl+shift+l",
"command": "-antigravity.prioritized.chat.openNewConversation",
"when": "!terminalFocus"
}
]