Watch
1
0
Fork
You've already forked dotfiles
0

Compare commits

...
Author SHA1 Message Date
7aa0a9ecf3 ghostty(macos): Use Option as Alt 2026-09-16 10:51:05 -04:00
3aaa87c724 aerospace: Add Shift to terminal open keybinding
Avoids a conflict with Helix pickers
2026-09-16 10:51:05 -04:00
2 changed files with 3 additions and 1 deletions

View file

@ -99,7 +99,7 @@ alt-shift-period = 'move-workspace-to-monitor next'
alt-shift-r = 'mode resize' 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' alt-shift-x = 'exec-and-forget sh -c ~/bin/pbclear'

View file

@ -4,3 +4,5 @@ quit-after-last-window-closed = true
working-directory = home working-directory = home
window-save-state = never window-save-state = never
macos-option-as-alt = true