mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
Add MacOS standard key binding for file renames (#2784)
Release Notes: - Added a default keybinding for using enter to rename files in the project panel
This commit is contained in:
commit
7603659479
1 changed files with 1 additions and 0 deletions
|
@ -528,6 +528,7 @@
|
||||||
"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",
|
"f2": "project_panel::Rename",
|
||||||
|
"enter": "project_panel::Rename",
|
||||||
"backspace": "project_panel::Delete",
|
"backspace": "project_panel::Delete",
|
||||||
"alt-cmd-r": "project_panel::RevealInFinder",
|
"alt-cmd-r": "project_panel::RevealInFinder",
|
||||||
"alt-shift-f": "project_panel::NewSearchInDirectory"
|
"alt-shift-f": "project_panel::NewSearchInDirectory"
|
||||||
|
|
Loading…
Reference in a new issue