This commit is contained in:
Christoph J. Scherr 2025-03-02 01:36:40 +01:00
parent 42986bba16
commit fcd7cc3603
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB

View file

@ -7,6 +7,18 @@
// custom settings, run `zed: open default settings` from the // custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p) // command palette (cmd-shift-p / ctrl-shift-p)
{ {
"ssh_connections": [
{
"host": "naydra",
"projects": [
{
"paths": [
"~/Documents/code/c/totalschaden"
]
}
]
}
],
"vim": { "vim": {
"use_system_clipboard": "on_yank" "use_system_clipboard": "on_yank"
}, },