1
0
Fork 0

brew: Replace hammerspoon binds with aerospace ones

This commit is contained in:
Jeremy Kaplan 2024-09-23 17:45:48 -04:00
commit f74e7256c0
4 changed files with 7 additions and 4 deletions

View file

@ -82,10 +82,13 @@ alt-shift-0 = 'move-node-to-workspace 10'
alt-shift-comma = 'move-workspace-to-monitor prev'
alt-shift-period = 'move-workspace-to-monitor next'
alt-shift-esc = 'reload-config'
alt-shift-r = 'mode resize'
# -n: Always open a new instance because I want it to open in my home directory.
alt-shift-enter = 'exec-and-forget open -n /Applications/Alacritty.app'
alt-shift-x = 'exec-and-forget sh -c ~/bin/pbclear'
[mode.resize.binding]
j = 'resize height +50'
k = 'resize height -50'