Skip to content

Commit 130ff93

Browse files
committed
Rename
1 parent ed60212 commit 130ff93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/lite/ui/src/routes/project/$id/workspace/-WorkspaceShortcuts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ type BranchSegmentAction = SelectionAction | { _tag: "RenameBranch" } | { _tag:
140140
const branchSegmentBindings: Array<ShortcutBinding<BranchSegmentAction>> = [
141141
...selectionBindings,
142142
{
143-
id: "segment-rename-branch",
143+
id: "branch-segment-rename",
144144
description: "Rename",
145145
keys: ["Enter"],
146146
action: { _tag: "RenameBranch" },
147147
repeat: false,
148148
},
149149
{
150-
id: "segment-remove-branch",
150+
id: "branch-segment-remove",
151151
description: "Remove branch",
152152
keys: ["Backspace"],
153153
action: { _tag: "RemoveBranch" },

0 commit comments

Comments
 (0)