Skip to content

Commit

Permalink
default-config: drop redundant shift for resize command
Browse files Browse the repository at this point in the history
Because it's just redundant
  • Loading branch information
nikitabobko committed Dec 9, 2024
1 parent a951858 commit 5cf6e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config-examples/default-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ alt-shift-k = 'move up'
alt-shift-l = 'move right'

# See: https://nikitabobko.github.io/AeroSpace/commands#resize
alt-shift-minus = 'resize smart -50'
alt-shift-equal = 'resize smart +50'
alt-minus = 'resize smart -50'
alt-equal = 'resize smart +50'

# See: https://nikitabobko.github.io/AeroSpace/commands#workspace
alt-1 = 'workspace 1'
Expand Down

0 comments on commit 5cf6e46

Please sign in to comment.