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)). 
This commit is contained in:
@@ -571,7 +571,6 @@
|
||||
"cmd-v": "project_panel::Paste",
|
||||
"cmd-alt-c": "project_panel::CopyPath",
|
||||
"alt-cmd-shift-c": "project_panel::CopyRelativePath",
|
||||
"f2": "project_panel::Rename",
|
||||
"enter": "project_panel::Rename",
|
||||
"backspace": "project_panel::Trash",
|
||||
"delete": "project_panel::Trash",
|
||||
|
||||
Reference in New Issue
Block a user