dotfiles/config/zed/keymap.json

16 lines
365 B
JSON
Raw Normal View History

2024-10-14 21:04:16 +02:00
// 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.
[
{
2024-10-20 23:28:24 +02:00
"context": "vim_mode == normal",
2024-10-14 21:04:16 +02:00
"bindings": {
"escape enter": ["pane::CloseActiveItem", { "saveIntent": "saveAll" }]
}
}
]