Skip to content

Instantly share code, notes, and snippets.

@phoeagon
Created November 24, 2025 00:23
Show Gist options
  • Select an option

  • Save phoeagon/9135e2ecec336384fc40c16dee22a959 to your computer and use it in GitHub Desktop.

Select an option

Save phoeagon/9135e2ecec336384fc40c16dee22a959 to your computer and use it in GitHub Desktop.
config.yaml for RectangleWinPlus
keybindings:
- modifier:
- Ctrl
- Alt
key: UP_ARROW
bindfeature: moveToTop
- modifier:
- Ctrl
- Alt
key: DOWN_ARROW
bindfeature: moveToBottom
- modifier:
- Ctrl
- Alt
key: LEFT_ARROW
bindfeature: moveToLeft
- modifier:
- Ctrl
- Alt
key: RIGHT_ARROW
bindfeature: moveToRight
- modifier:
- Ctrl
- Alt
key: U
bindfeature: moveToTopLeft
- modifier:
- Ctrl
- Alt
key: I
bindfeature: moveToTopRight
- modifier:
- Ctrl
- Alt
key: J
bindfeature: moveToBottomLeft
- modifier:
- Ctrl
- Alt
key: K
bindfeature: moveToBottomRight
- modifier:
- Ctrl
- Alt
key: =
bindfeature: makeLarger
- modifier:
- Ctrl
- Alt
key: "-"
bindfeature: makeSmaller
- modifier:
- Ctrl
- Alt
- Shift
key: UP_ARROW
bindfeature: makeFullHeight
- modifier:
- Ctrl
- Win
- Alt
key: LEFT_ARROW
bindfeature: previousDisplay
- modifier:
- Ctrl
- Win
- Alt
key: RIGHT_ARROW
bindfeature: nextDisplay
- modifier:
- Ctrl
- Alt
key: ENTER
bindfeature: maximize
- modifier:
- Win
- Alt
key: C
bindfeature: moveToCenter
- modifier:
- Win
- Alt
key: A
bindfeature: toggleAlwaysOnTop
- modifier:
- Ctrl
- Alt
key: Q
bindfeature: almostMaximize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment