keymap: Remove backspace/delete as shortcuts for git::RestoreFile
(#27257)
- See also: https://github.com/zed-industries/zed/pull/27004 Release Notes: - N/A
This commit is contained in:
parent
0de5c2ed53
commit
1cca2e37b0
2 changed files with 2 additions and 5 deletions
|
@ -754,9 +754,8 @@
|
||||||
"escape": "git_panel::ToggleFocus",
|
"escape": "git_panel::ToggleFocus",
|
||||||
"ctrl-enter": "git::Commit",
|
"ctrl-enter": "git::Commit",
|
||||||
"alt-enter": "menu::SecondaryConfirm",
|
"alt-enter": "menu::SecondaryConfirm",
|
||||||
"delete": "git::RestoreFile",
|
|
||||||
"shift-delete": "git::RestoreFile",
|
"shift-delete": "git::RestoreFile",
|
||||||
"backspace": "git::RestoreFile"
|
"ctrl-delete": "git::RestoreFile"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -803,9 +803,7 @@
|
||||||
"shift-tab": "git_panel::FocusEditor",
|
"shift-tab": "git_panel::FocusEditor",
|
||||||
"escape": "git_panel::ToggleFocus",
|
"escape": "git_panel::ToggleFocus",
|
||||||
"cmd-enter": "git::Commit",
|
"cmd-enter": "git::Commit",
|
||||||
"delete": "git::RestoreFile",
|
"cmd-backspace": "git::RestoreFile"
|
||||||
"cmd-backspace": "git::RestoreFile",
|
|
||||||
"backspace": "git::RestoreFile"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue