Add "Copy Path" and "Copy Relative Path" items into tab context menu (#15260)
Release Notes: - Added "Copy Path" and "Copy Relative Path" items into tab context menu ([#13970](https://github.com/zed-industries/zed/issues/13970)) --------- Co-authored-by: Kirill Bulatov <kirill@zed.dev>
This commit is contained in:
parent
f88278111e
commit
b05d532991
2 changed files with 61 additions and 28 deletions
|
@ -124,6 +124,8 @@ actions!(
|
|||
ClearAllNotifications,
|
||||
CloseAllDocks,
|
||||
CloseWindow,
|
||||
CopyPath,
|
||||
CopyRelativePath,
|
||||
Feedback,
|
||||
FollowNextCollaborator,
|
||||
NewCenterTerminal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue