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:
Peter Tripp 2025-03-21 11:48:12 -04:00 committed by GitHub
parent 0de5c2ed53
commit 1cca2e37b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View file

@ -754,9 +754,8 @@
"escape": "git_panel::ToggleFocus",
"ctrl-enter": "git::Commit",
"alt-enter": "menu::SecondaryConfirm",
"delete": "git::RestoreFile",
"shift-delete": "git::RestoreFile",
"backspace": "git::RestoreFile"
"ctrl-delete": "git::RestoreFile"
}
},
{

View file

@ -803,9 +803,7 @@
"shift-tab": "git_panel::FocusEditor",
"escape": "git_panel::ToggleFocus",
"cmd-enter": "git::Commit",
"delete": "git::RestoreFile",
"cmd-backspace": "git::RestoreFile",
"backspace": "git::RestoreFile"
"cmd-backspace": "git::RestoreFile"
}
},
{