tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ง Update agent configs and keybinding
davidgasquez.com
1 month ago
1ec64611
b1920b2f
+9
-1
3 changed files
expand all
collapse all
unified
split
agents
codex
config.toml
pi
settings.json
code
keybindings.json
+1
agents/codex/config.toml
···
4
4
sandbox_mode = "workspace-write"
5
5
web_search = "live"
6
6
suppress_unstable_features_warning = true
7
7
+
personality = "pragmatic"
7
8
8
9
[projects]
9
10
"/home/david" = { trust_level = "trusted" }
+1
-1
agents/pi/settings.json
···
11
11
"github-copilot/gemini-3-pro-preview"
12
12
],
13
13
"quietStartup": true,
14
14
-
"lastChangelogVersion": "0.50.7"
14
14
+
"lastChangelogVersion": "0.51.2"
15
15
}
+7
code/keybindings.json
···
38
38
"key": "ctrl+enter",
39
39
"command": "inlineChat.start",
40
40
"when": "editorTextFocus && !editorReadonly"
41
41
+
},
42
42
+
{
43
43
+
"key": "ctrl+alt+shift+p",
44
44
+
"command": "workbench.action.terminal.sendSequence",
45
45
+
"args": {
46
46
+
"text": "pi -p \"commit and push\"\u000D"
47
47
+
}
41
48
}
42
49
]