Allow toggling search options via the command palette
This commit is contained in:
parent
29e57c8e3c
commit
649185da9c
4 changed files with 68 additions and 67 deletions
|
@ -147,24 +147,9 @@
|
|||
"cmd-f": "project_search::ToggleFocus",
|
||||
"cmd-g": "search::SelectNextMatch",
|
||||
"cmd-shift-G": "search::SelectPrevMatch",
|
||||
"alt-cmd-c": [
|
||||
"search::ToggleSearchOption",
|
||||
{
|
||||
"option": "CaseSensitive"
|
||||
}
|
||||
],
|
||||
"alt-cmd-w": [
|
||||
"search::ToggleSearchOption",
|
||||
{
|
||||
"option": "WholeWord"
|
||||
}
|
||||
],
|
||||
"alt-cmd-r": [
|
||||
"search::ToggleSearchOption",
|
||||
{
|
||||
"option": "Regex"
|
||||
}
|
||||
]
|
||||
"alt-cmd-c": "search::ToggleCaseSensitive",
|
||||
"alt-cmd-w": "search::ToggleWholeWord",
|
||||
"alt-cmd-r": "search::ToggleRegex"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue