Return back old project search behavior as default.

Add a `workspace::DeploySearch` action and use it as a default for "cmd-shift-f" binding.
This action opens existing search tab if it exists, or creates a new one otherwise.
`workspace::NewSearch` action is still available and always opens an existing search tab.
This commit is contained in:
Kirill Bulatov 2024-01-04 21:13:51 +02:00
parent e4aa7ba4f2
commit 4dbec66cdd
3 changed files with 288 additions and 19 deletions

View file

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