Added a cmd-backspace keybinding to delete files in the project panel. (#8163)

Fixes #7228

Release Notes:

- Added a `cmd-backspace` keybinding to delete files in the project panel ([7228](https://github.com/zed-industries/zed/issues/7228))
This commit is contained in:
Jason Lee 2024-02-22 18:59:01 +08:00 committed by GitHub
parent 583d85cf66
commit aff858bd00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -531,7 +531,8 @@
"alt-cmd-shift-c": "project_panel::CopyRelativePath",
"f2": "project_panel::Rename",
"enter": "project_panel::Rename",
"backspace": "project_panel::Delete",
"delete": "project_panel::Delete",
"cmd-backspace": "project_panel::Delete",
"alt-cmd-r": "project_panel::RevealInFinder",
"alt-shift-f": "project_panel::NewSearchInDirectory"
}