Watch
1
0
Fork
You've already forked dotfiles
0

aerospace: Add ctrl to multi-monitor bindings

This avoids conflicts with helix bindings.
This commit is contained in:
Jeremy Kaplan 2026-09-18 10:11:39 -04:00
commit 0aa698f6af

View file

@ -91,11 +91,11 @@ alt-shift-8 = ['move-node-to-workspace 8', 'workspace 8']
alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9'] alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9']
alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10'] alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10']
alt-comma = 'focus-monitor prev' alt-ctrl-comma = 'focus-monitor prev'
alt-period = 'focus-monitor next' alt-ctrl-period = 'focus-monitor next'
alt-shift-comma = 'move-workspace-to-monitor prev' alt-ctrl-shift-comma = 'move-workspace-to-monitor prev'
alt-shift-period = 'move-workspace-to-monitor next' alt-ctrl-shift-period = 'move-workspace-to-monitor next'
alt-shift-r = 'mode resize' alt-shift-r = 'mode resize'