lkjsadljdsalkjdsa

This commit is contained in:
2025-03-13 22:04:52 +01:00
parent 3d0cf9ee60
commit 3557838cf5
2 changed files with 8 additions and 7 deletions

View File

@@ -28,19 +28,18 @@
}
},
{
"context": "FileManager",
"context": "ProjectPanel && !editing",
"bindings": {
"ctrl-e": "project_panel::ToggleFocus",
"enter": "project_panel::Open",
"escape": "project_panel::ToggleFocus",
// "ctrl-e": "pane::RevealInProjectPanel",
"ctrl-e": "project_panel::ToggleFocus",
"ctrl-p": "file_finder::Toggle"
}
},
{
"context": "!Editor",
"context": "Workspace",
"bindings": {
"ctrl-e": "project_panel::ToggleFocus",
"esc": "project_panel::ToggleFocus"
"ctrl-e": "project_panel::ToggleFocus"
}
},
{
@@ -95,7 +94,8 @@
"context": "BufferSearchBar",
"bindings": {
// "enter": "buffer_search::FocusEditor",
"ctrl-f": "buffer_search::Dismiss"
// "ctrl-f": "buffer_search::Dismiss"
"ctrl-f": null
}
},
{

View File

@@ -80,6 +80,7 @@
"scala": true,
"toml": true,
"typst": true,
"proto": true,
"verilog": true,
"vhdl": true
}