Refine JetBrains keymaps (#34658)
Follow-up to: https://github.com/zed-industries/zed/pull/34641 Release Notes: - N/A
This commit is contained in:
parent
1e60ebb2c6
commit
0c88189aab
2 changed files with 16 additions and 6 deletions
|
@ -72,14 +72,19 @@
|
||||||
"alt-enter": "editor::ToggleCodeActions"
|
"alt-enter": "editor::ToggleCodeActions"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"context": "BufferSearchBar",
|
||||||
|
"bindings": {
|
||||||
|
"shift-enter": "search::SelectPreviousMatch"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"context": "BufferSearchBar || ProjectSearchBar",
|
"context": "BufferSearchBar || ProjectSearchBar",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"shift-enter": "search::SelectPreviousMatch",
|
"alt-c": "search::ToggleCaseSensitive",
|
||||||
"ctrl-alt-c": "search::ToggleCaseSensitive",
|
"alt-e": "search::ToggleSelection",
|
||||||
"ctrl-alt-e": "search::ToggleSelection",
|
"alt-x": "search::ToggleRegex",
|
||||||
"ctrl-alt-w": "search::ToggleWholeWord",
|
"alt-w": "search::ToggleWholeWord"
|
||||||
"ctrl-alt-x": "search::ToggleRegex"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -70,10 +70,15 @@
|
||||||
"alt-enter": "editor::ToggleCodeActions"
|
"alt-enter": "editor::ToggleCodeActions"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"context": "BufferSearchBar",
|
||||||
|
"bindings": {
|
||||||
|
"shift-enter": "search::SelectPreviousMatch"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"context": "BufferSearchBar || ProjectSearchBar",
|
"context": "BufferSearchBar || ProjectSearchBar",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"shift-enter": "search::SelectPreviousMatch",
|
|
||||||
"alt-c": "search::ToggleCaseSensitive",
|
"alt-c": "search::ToggleCaseSensitive",
|
||||||
"alt-e": "search::ToggleSelection",
|
"alt-e": "search::ToggleSelection",
|
||||||
"alt-x": "search::ToggleRegex",
|
"alt-x": "search::ToggleRegex",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue