1
0
Fork 0

aerospace: Put rarer bindings back on alt+shift

This commit is contained in:
Jeremy Kaplan 2024-09-24 12:43:12 -04:00
commit 3d64bd4c30

View file

@ -36,7 +36,8 @@ outer.right = 0
# #
# Commands: https://nikitabobko.github.io/AeroSpace/commands # Commands: https://nikitabobko.github.io/AeroSpace/commands
[mode.main.binding] [mode.main.binding]
alt-tab = 'workspace-back-and-forth' alt-tab = 'workspace-back-and-forth'
alt-backtick = 'workspace-back-and-forth'
alt-j = 'focus down' alt-j = 'focus down'
alt-k = 'focus up' alt-k = 'focus up'
@ -48,14 +49,14 @@ alt-shift-k = 'move up'
alt-shift-h = 'move left' alt-shift-h = 'move left'
alt-shift-l = 'move right' alt-shift-l = 'move right'
alt-f = 'fullscreen' alt-shift-f = 'fullscreen'
alt-space = 'layout floating tiling' alt-shift-space = 'layout floating tiling'
alt-s = 'layout v_accordion' # stacking alt-shift-s = 'layout v_accordion' # stacking
alt-t = 'layout h_accordion' # tabbed alt-shift-t = 'layout h_accordion' # tabbed
alt-e = 'layout tiles horizontal vertical' # toggle split alt-shift-e = 'layout tiles horizontal vertical' # toggle split
alt-v = 'layout tiles vertical' alt-shift-v = 'layout tiles vertical'
alt-z = 'layout tiles horizontal' alt-shift-z = 'layout tiles horizontal'
alt-1 = 'workspace 1' alt-1 = 'workspace 1'
alt-2 = 'workspace 2' alt-2 = 'workspace 2'
@ -79,15 +80,15 @@ alt-shift-8 = 'move-node-to-workspace 8'
alt-shift-9 = 'move-node-to-workspace 9' alt-shift-9 = 'move-node-to-workspace 9'
alt-shift-0 = 'move-node-to-workspace 10' alt-shift-0 = 'move-node-to-workspace 10'
alt-comma = 'move-workspace-to-monitor prev' alt-shift-comma = 'move-workspace-to-monitor prev'
alt-period = 'move-workspace-to-monitor next' alt-shift-period = 'move-workspace-to-monitor next'
alt-r = 'mode resize' alt-shift-r = 'mode resize'
# -n: Always open a new instance because I want it to open in my home directory. # -n: Always open a new instance because I want it to open in my home directory.
alt-enter = 'exec-and-forget open -n /Applications/Alacritty.app' alt-enter = 'exec-and-forget open -n /Applications/Alacritty.app'
alt-x = 'exec-and-forget sh -c ~/bin/pbclear' alt-shift-x = 'exec-and-forget sh -c ~/bin/pbclear'
[mode.resize.binding] [mode.resize.binding]
j = 'resize height +50' j = 'resize height +50'