mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
68446d2ed1
Release Notes: - N/A Making these two comments match what I see in the command palette: <img width="629" alt="Xnapper-2024-08-03-08 09 26" src="https://github.com/user-attachments/assets/f3eab05b-1560-4b0a-8df2-0eaf5746e422">
22 lines
439 B
JSON
22 lines
439 B
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"]
|
|
}
|
|
}
|
|
]
|