Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davioliveira-dev/cb6541f1762d5b85e45a44a14a49d088 to your computer and use it in GitHub Desktop.
Save davioliveira-dev/cb6541f1762d5b85e45a44a14a49d088 to your computer and use it in GitHub Desktop.
zed keymap.json
// 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": {
// "j k": ["workspace::SendKeystrokes", "escape"]
}
},
{
"context": "Editor",
"bindings": {
"ctrl-i": "workspace::ToggleRightDock"
}
},
{
"context": "Workspace",
"bindings": {
"ctrl-i": "workspace::ToggleRightDock"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment