mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-31 19:53:39 +00:00
Andrei Jiroh Halili
4fd021f3a0
Additions: * Zed editor config files (keymaps and user-wide settings) Changed: * add glab CLI to .tool-versions for asdf * some small config changes on btop * update user-wide VS Code settings * small edits to README Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
14 lines
241 B
JSON
14 lines
241 B
JSON
[
|
|
{
|
|
"bindings": {
|
|
"ctrl-alt-q": "zed::Quit" // Ctrl-Q is reserved for Nano
|
|
}
|
|
},
|
|
{
|
|
"context": "Workspace",
|
|
"bindings": {
|
|
"ctrl-shift-s": "workspace::Save",
|
|
"ctrl-alt-s": "workspace::SaveAs"
|
|
}
|
|
}
|
|
]
|