Update keybinds to use new names
This commit is contained in:
parent
d497f279f0
commit
0ca29e56c2
2 changed files with 19 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue