dotfiles/.config/zed/keymap.json
Andrei Jiroh Halili 4fd021f3a0
chore(global): update configs and readme as usual
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>
2024-07-21 07:45:31 +08:00

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"
}
}
]