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:
parent
2f4890ae39
commit
4e935f9f0f
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue