Skip to content

Instantly share code, notes, and snippets.

View mebezac's full-sized avatar

Zac Clay mebezac

View GitHub Profile
@xheisenbugx
xheisenbugx / keymap.json
Last active July 2, 2026 16:25
zed keymap.json with same lazyvim keymaps
[
{
"context": "Editor && (edit_prediction && showing_completions)",
"bindings": {
"tab": "editor::AcceptEditPrediction"
}
},
// Terminal
{
"context": "Workspace",