zed/assets/keymaps/experiments/modal_terminal.json

9 lines
199 B
JSON
Raw Normal View History

2022-08-22 21:49:01 +00:00
[
{
"context": "ModalTerminal",
"bindings": {
"ctrl-cmd-space": "terminal::ShowCharacterPalette",
"shift-escape": "terminal::DeployModal"
}
}
]