zed: bind alt+e to search

This commit is contained in:
Aly Raffauf 2024-08-04 16:35:05 -04:00
parent 5095ad6b14
commit a6265195b6

View file

@ -16,6 +16,7 @@
{ {
"context" = "Workspace"; "context" = "Workspace";
"bindings" = { "bindings" = {
"alt-e" = "file_finder::Toggle";
"ctrl-p" = "command_palette::Toggle"; "ctrl-p" = "command_palette::Toggle";
"ctrl-shift-p" = "file_finder::Toggle"; "ctrl-shift-p" = "file_finder::Toggle";
}; };