665 B
raw
// Zed keymap (host)
//
// Place at: %APPDATA%\Zed\keymap.json on Windows
// (i.e. ~\AppData\Roaming\Zed\keymap.json)
//
// 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.
[
{
"bindings": {
"ctrl-b up": "workspace::ActivatePaneUp"
}
},
{
"bindings": {
"ctrl-b down": "workspace::ActivatePaneDown"
}
},
{
"bindings": {
"ctrl-b left": "workspace::ActivatePaneLeft"
}
},
{
"bindings": {
"ctrl-b right": "workspace::ActivatePaneRight"
}
}
]