Change name of deploy action to indicate what scope it operates at

This commit is contained in:
Mikayla 2024-01-16 10:30:21 -08:00
parent 52267a5dec
commit 36ff35fcca
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View File

@ -402,7 +402,7 @@
"cmd-r": "workspace::ToggleRightDock", "cmd-r": "workspace::ToggleRightDock",
"cmd-j": "workspace::ToggleBottomDock", "cmd-j": "workspace::ToggleBottomDock",
"alt-cmd-y": "workspace::CloseAllDocks", "alt-cmd-y": "workspace::CloseAllDocks",
"cmd-shift-f": "workspace::DeploySearch", "cmd-shift-f": "pane::DeploySearch",
"cmd-k cmd-t": "theme_selector::Toggle", "cmd-k cmd-t": "theme_selector::Toggle",
"cmd-k cmd-s": "zed::OpenKeymap", "cmd-k cmd-s": "zed::OpenKeymap",
"cmd-t": "project_symbols::Toggle", "cmd-t": "project_symbols::Toggle",

View File

@ -99,6 +99,7 @@ actions!(
CloseItemsToTheLeft, CloseItemsToTheLeft,
CloseItemsToTheRight, CloseItemsToTheRight,
GoBack, GoBack,
DeploySearch,
GoForward, GoForward,
ReopenClosedItem, ReopenClosedItem,
SplitLeft, SplitLeft,

View File

@ -108,7 +108,6 @@ actions!(
NewCenterTerminal, NewCenterTerminal,
ToggleTerminalFocus, ToggleTerminalFocus,
NewSearch, NewSearch,
DeploySearch,
Feedback, Feedback,
Restart, Restart,
Welcome, Welcome,