This commit is contained in:
2025-08-14 11:58:41 -04:00
commit 97c20626c1
266 changed files with 69552 additions and 0 deletions

20
.config/zed/keymap.json Normal file
View File

@@ -0,0 +1,20 @@
// Zed keymap
//
// For information on binding keys, see the Zed
// documentation: https://zed.dev/docs/key-bindings
//
// To see the default key bindings run `zed: open default keymap`
// from the command palette.
[
{
"bindings": {
"f3": "editor::RestartLanguageServer",
"f6": "editor::OrganizeImports",
"f7": "editor::Format",
"f10": "debugger::StepOver",
"cmd-shift-a": "editor::SelectAllMatches",
"cmd-\\": "workspace::CloseAllDocks",
"cmd-|": "workspace::CloseInactiveTabsAndPanes"
}
}
]