mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Use VSCode-like shortcuts by default
This commit is contained in:
parent
29cbeb39bd
commit
2053418f21
1 changed files with 4 additions and 4 deletions
|
@ -194,8 +194,8 @@
|
|||
{
|
||||
"context": "Editor && mode == auto_height",
|
||||
"bindings": {
|
||||
"alt-enter": "editor::Newline",
|
||||
"cmd-alt-enter": "editor::NewlineBelow"
|
||||
"shift-enter": "editor::Newline",
|
||||
"cmd-shift-enter": "editor::NewlineBelow"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -222,7 +222,7 @@
|
|||
"tab": "buffer_search::FocusEditor",
|
||||
"enter": "search::SelectNextMatch",
|
||||
"shift-enter": "search::SelectPrevMatch",
|
||||
"cmd-shift-k": "search::CaretsToAllMatches"
|
||||
"alt-enter": "search::CaretsToAllMatches"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -243,7 +243,7 @@
|
|||
"cmd-f": "project_search::ToggleFocus",
|
||||
"cmd-g": "search::SelectNextMatch",
|
||||
"cmd-shift-g": "search::SelectPrevMatch",
|
||||
"cmd-shift-k": "search::CaretsToAllMatches",
|
||||
"alt-enter": "search::CaretsToAllMatches",
|
||||
"alt-cmd-c": "search::ToggleCaseSensitive",
|
||||
"alt-cmd-w": "search::ToggleWholeWord",
|
||||
"alt-cmd-r": "search::ToggleRegex"
|
||||
|
|
Loading…
Reference in a new issue