// 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 && (vim_mode == normal || vim_mode == visual)",
"bindings": {
"space space": "command_palette::toggle",
"space ,": "tab_switcher::toggle",
"space .": "file_finder::toggle",
"space p p": "projects::openrecent",
"space w l": "workspace::toggleleftdock",
"space l f": "editor::format"
// "j k": ["workspace::sendkeystrokes", "escape"]
}
}
]