diff --git a/web/app/blog/cmd-shift-u/page.tsx b/web/app/blog/cmd-shift-u/page.tsx new file mode 100644 index 00000000..772de010 --- /dev/null +++ b/web/app/blog/cmd-shift-u/page.tsx @@ -0,0 +1,80 @@ +import type { Metadata } from "next"; +import Link from "next/link"; + +export const metadata: Metadata = { + title: "Cmd+Shift+U", + description: + "How Cmd+Shift+U navigates between finished agents across workspaces in cmux.", + keywords: [ + "cmux", + "terminal", + "macOS", + "notifications", + "AI coding agents", + "keyboard shortcuts", + "developer tools", + "workflow", + ], + openGraph: { + title: "Cmd+Shift+U", + description: + "How Cmd+Shift+U navigates between finished agents across workspaces in cmux.", + type: "article", + publishedTime: "2026-03-04T00:00:00Z", + url: "https://cmux.dev/blog/cmd-shift-u", + }, + twitter: { + card: "summary", + title: "Cmd+Shift+U", + description: + "How Cmd+Shift+U navigates between finished agents across workspaces in cmux.", + }, + alternates: { + canonical: "https://cmux.dev/blog/cmd-shift-u", + }, +}; + +export default function CmdShiftUPage() { + return ( + <> +
+ + ← Back to blog + +
+ +

Cmd+Shift+U

+ + +

+ My favorite cmux feature is Cmd+Shift+U. I have 17 + workspaces open right now, each running an agent. I used to click + through tabs and the notification panel to figure out what completed. + Typing is faster. +

+ +