Remove F2 keybind for Rename on MacOS and Linux (#12037)

Fix [#11608](https://github.com/zed-industries/zed/issues/11608)

Release Notes:

- Changed rename keybind from F2 to Enter in right-click context menu
([#11608](https://github.com/zed-industries/zed/issues/11608)).

![image](https://github.com/zed-industries/zed/assets/30131536/5ebdbb04-ff4e-46ff-80fb-9e95b2b3d285)
This commit is contained in:
Nipun Shukla 2024-05-20 03:35:22 -04:00 committed by GitHub
parent 2f4890ae39
commit 4e935f9f0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -571,7 +571,6 @@
"cmd-v": "project_panel::Paste", "cmd-v": "project_panel::Paste",
"cmd-alt-c": "project_panel::CopyPath", "cmd-alt-c": "project_panel::CopyPath",
"alt-cmd-shift-c": "project_panel::CopyRelativePath", "alt-cmd-shift-c": "project_panel::CopyRelativePath",
"f2": "project_panel::Rename",
"enter": "project_panel::Rename", "enter": "project_panel::Rename",
"backspace": "project_panel::Trash", "backspace": "project_panel::Trash",
"delete": "project_panel::Trash", "delete": "project_panel::Trash",