tangled
alpha
login
or
join now
bladee.bsky.social
/
dotfiles
1
fork
atom
My dotfiles
1
fork
atom
overview
issues
pulls
pipelines
Add `zed` config
bladee.bsky.social
10 months ago
4eee604d
44b4c37f
verified
This commit was signed with the committer's
known signature
.
bladee.bsky.social
SSH Key Fingerprint:
SHA256:+YD7E7cyoUS8DTBB7i5c8AWUOvVAmmwcErmb2UIN2cY=
+30
2 changed files
expand all
collapse all
unified
split
dot_config
zed
keymap.json
private_settings.json
+8
dot_config/zed/keymap.json
···
1
1
+
[
2
2
+
{
3
3
+
"context": "Editor",
4
4
+
"bindings": {
5
5
+
"ctrl-d": "editor::DeleteLine"
6
6
+
}
7
7
+
}
8
8
+
]
+22
dot_config/zed/private_settings.json
···
1
1
+
{
2
2
+
"theme": "Ayu Dark",
3
3
+
"assistant": {
4
4
+
"default_model": {
5
5
+
"provider": "google",
6
6
+
"model": "gemini-2.5-pro-preview-03-25"
7
7
+
},
8
8
+
"version": "2"
9
9
+
},
10
10
+
"buffer_font_size": 14,
11
11
+
"buffer_font_family": "Intel One Mono",
12
12
+
"wrap_guides": [80, 120],
13
13
+
"features": {
14
14
+
"edit_prediction_provider": "none"
15
15
+
},
16
16
+
"format_on_save": "off",
17
17
+
"autosave": {
18
18
+
"after_delay": {
19
19
+
"milliseconds": 100
20
20
+
}
21
21
+
}
22
22
+
}