lkjsadljdsalkjdsa
This commit is contained in:
14
keymap.json
14
keymap.json
@@ -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
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
"scala": true,
|
||||
"toml": true,
|
||||
"typst": true,
|
||||
"proto": true,
|
||||
"verilog": true,
|
||||
"vhdl": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user