Update keybinds to use new names

This commit is contained in:
Piotr Osiewicz 2023-08-08 14:33:51 +02:00
parent d497f279f0
commit 0ca29e56c2
2 changed files with 19 additions and 5 deletions

View file

@ -238,7 +238,7 @@
"context": "ProjectSearchBar",
"bindings": {
"escape": "project_search::ToggleFocus",
"alt-tab": "project_search::CycleMode"
"alt-tab": "search::CycleMode"
}
},
{
@ -252,7 +252,7 @@
"context": "ProjectSearchView",
"bindings": {
"escape": "project_search::ToggleFocus",
"alt-tab": "project_search::CycleMode"
"alt-tab": "search::CycleMode"
}
},
{
@ -264,7 +264,7 @@
"alt-enter": "search::SelectAllMatches",
"alt-cmd-c": "search::ToggleCaseSensitive",
"alt-cmd-w": "search::ToggleWholeWord",
"alt-cmd-r": "search::ToggleRegex",
"alt-cmd-r": "search::ActivateRegexMode",
"alt-cmd-f": "project_search::ToggleFilters"
}
},