From 2685e9448374285890278559c25b940c9d6adf03 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Sun, 24 May 2026 14:46:30 +0200 Subject: [PATCH] chore: open cmux with hyper return --- modules/darwin/karabiner.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/darwin/karabiner.nix b/modules/darwin/karabiner.nix index 08fbf28..15b8fee 100644 --- a/modules/darwin/karabiner.nix +++ b/modules/darwin/karabiner.nix @@ -8,6 +8,7 @@ let ]; openGhostty = "open -na Ghostty.app"; + openCmux = "open -na cmux.app"; openHelium = "open -na Helium.app"; openHeliumNotifications = "open -na Helium.app --args https://x.com/i/notifications"; openHeliumT3Chat = "open -na Helium.app --args https://t3.chat/"; @@ -113,7 +114,7 @@ let ]; } { - description = "Hyper+Return opens Ghostty"; + description = "Hyper+Return opens cmux"; manipulators = [ { from = { @@ -124,7 +125,7 @@ let }; to = [ { - shell_command = openGhostty; + shell_command = openCmux; } ]; type = "basic";