Skip to content

Instantly share code, notes, and snippets.

@nrbnlulu
Created April 2, 2025 12:44
Show Gist options
  • Save nrbnlulu/f506fb7e5c7b38dca07d002a551034cd to your computer and use it in GitHub Desktop.
Save nrbnlulu/f506fb7e5c7b38dca07d002a551034cd to your computer and use it in GitHub Desktop.
zed keybindings
// 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.
[
{
"context": "Workspace",
"bindings": {
"shift shift": "file_finder::Toggle",
}
},
{
"context": "Editor",
"bindings": {
"ctrl-q": "editor::GoToDefinition",
// "j k": ["workspace::SendKeystrokes", "escape"]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment