native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #114 from supabitapp/jolly-cheetah-490

Add cmd-m shortcut for branch rename button

authored by

khoi and committed by
GitHub
f1da6315 95a911fa

+2 -1
+2 -1
supacode/Features/Repositories/Views/WorktreeDetailTitleView.swift
··· 26 26 } 27 27 .font(.headline) 28 28 } 29 - .help("Rename branch") 29 + .help("Rename branch (⌘M)") 30 + .keyboardShortcut("m", modifiers: .command) 30 31 .onHover { hovering in 31 32 isHovered = hovering 32 33 }