Added editor-in-project-panel overrides to the default keymap

This commit is contained in:
Mikayla Maki 2023-02-23 09:36:30 -08:00
parent 6ccc90327c
commit f6601f64e5

View file

@ -475,6 +475,17 @@
"backspace": "project_panel::Delete"
}
},
{
"context": "ProjectPanel > Editor",
"bindings": {
"left": "editor::MoveLeft",
"right": "editor::MoveRight",
"backspace": "editor::Backspace",
"cmd-x": "editor::Cut",
"cmd-c": "editor::Copy",
"cmd-v": "editor::Paste"
}
},
{
"context": "Terminal",
"bindings": {