From a5eab0eb366051db0ecfd07792cdf8f505b08e4f Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 18 Feb 2025 13:58:23 +0100 Subject: [PATCH] tweak terminal and emacs shortcut in aerospace --- modules/darwin/graphical/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/darwin/graphical/default.nix b/modules/darwin/graphical/default.nix index 4aaef71a..234a660e 100644 --- a/modules/darwin/graphical/default.nix +++ b/modules/darwin/graphical/default.nix @@ -10,8 +10,8 @@ automatically-unhide-macos-hidden-apps = true; on-focused-monitor-changed = ["move-mouse monitor-lazy-center"]; mode.main.binding = { - alt-enter = "exec-and-forget open -na iTerm.app"; - alt-shift-enter = "exec-and-forget open -na emacs.app"; + ctrl-alt-enter = "exec-and-forget open -na iTerm.app"; + ctrl-alt-shift-enter = "exec-and-forget open -na emacs.app"; alt-h = "focus left"; alt-j = "focus down"; alt-k = "focus up";