Skip to content

Instantly share code, notes, and snippets.

@hungify
Last active October 14, 2024 15:08
Show Gist options
  • Save hungify/8a578f8878c4006c69ce71a607e18bf1 to your computer and use it in GitHub Desktop.
Save hungify/8a578f8878c4006c69ce71a607e18bf1 to your computer and use it in GitHub Desktop.
My Zed keymap Settings
[
// Bindings from VS Code
{
"context": "Editor",
"bindings": {
"cmd-shift-k": "editor::DeleteLine",
"cmd-i": "editor::ShowCompletions",
"shift-pageup": "editor::SelectToBeginning",
"shift-pagedown": "editor::SelectToEnd",
"cmd-pageup": "editor::PageUp",
"cmd-pagedown": "editor::PageDown",
"cmd-\\": "pane::SplitRight",
"cmd-delete": "editor::Delete"
}
},
{
"context": "ProjectPanel",
"bindings": {
"cmd-backspace": "project_panel::Delete"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment