feat: minor improvements

This commit is contained in:
2025-07-08 16:22:36 +02:00
parent d0835706d4
commit 03f30d8e64
5 changed files with 55 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
// ╭───────────────────────────────╮
// │- Zed editor keys │
// │- author: Daniel Heras Quesada │
// ╰───────────────────────────────╯
// ╭───────────────────────────────
// │- Zed editor keys -
// │- author: Daniel Heras Quesada -
// ╰───────────────────────────────
[
{
"context": "Workspace",
@@ -52,10 +52,20 @@
// ]
}
},
{
"context": "OutlinePanel",
"bindings": {
"ctrl-a": "workspace::ToggleLeftDock",
"ctrl-n": "project_panel::ToggleFocus",
"ctrl-g": "git_panel::ToggleFocus"
}
},
{
"context": "ProjectPanel",
"bindings": {
"ctrl-n": "workspace::ToggleLeftDock",
"ctrl-a": "outline_panel::ToggleFocus",
"ctrl-g": "git_panel::ToggleFocus",
"f12": "project_panel::Rename",
"shift-enter": "project_panel::OpenWithSystem",
"/": "project_panel::NewSearchInDirectory"
@@ -64,7 +74,9 @@
{
"context": "GitPanel",
"bindings": {
"ctrl-g": "workspace::ToggleLeftDock"
"ctrl-g": "workspace::ToggleLeftDock",
"ctrl-a": "outline_panel::ToggleFocus",
"ctrl-n": "project_panel::ToggleFocus"
}
},
{