From 3aaa87c724272362cf470dcfa49ecff0909854cb Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 16 Sep 2026 10:50:46 -0400 Subject: [PATCH 1/2] aerospace: Add Shift to terminal open keybinding Avoids a conflict with Helix pickers --- aerospace/aerospace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 4223b0e..38b1677 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -99,7 +99,7 @@ alt-shift-period = 'move-workspace-to-monitor next' alt-shift-r = 'mode resize' -alt-enter = 'exec-and-forget open -na Ghostty.app' +alt-shift-enter = 'exec-and-forget open -na Ghostty.app' alt-shift-x = 'exec-and-forget sh -c ~/bin/pbclear' From 7aa0a9ecf30f14e6e9e4ed7939029f91024456f8 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 16 Sep 2026 10:51:01 -0400 Subject: [PATCH 2/2] ghostty(macos): Use Option as Alt --- ghostty/darwin.ghostty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghostty/darwin.ghostty b/ghostty/darwin.ghostty index 849d8cd..b14ac74 100644 --- a/ghostty/darwin.ghostty +++ b/ghostty/darwin.ghostty @@ -4,3 +4,5 @@ quit-after-last-window-closed = true working-directory = home window-save-state = never + +macos-option-as-alt = true