Skip to content

Commit

Permalink
Drop workspace 0 from the default-config
Browse files Browse the repository at this point in the history
A nicer default. Some people complain about 0-based workspaces
  • Loading branch information
nikitabobko committed Feb 24, 2024
1 parent f4875a4 commit 7844bed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/config-examples/default-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ alt-shift-minus = 'resize smart -50'
alt-shift-equal = 'resize smart +50'

# See: https://nikitabobko.github.io/AeroSpace/commands.html#workspace
alt-0 = 'workspace 0'
alt-1 = 'workspace 1'
alt-2 = 'workspace 2'
alt-3 = 'workspace 3'
Expand Down Expand Up @@ -132,7 +131,6 @@ alt-y = 'workspace Y'
alt-z = 'workspace Z'

# See: https://nikitabobko.github.io/AeroSpace/commands.html#move-node-to-workspace
alt-shift-0 = 'move-node-to-workspace 0'
alt-shift-1 = 'move-node-to-workspace 1'
alt-shift-2 = 'move-node-to-workspace 2'
alt-shift-3 = 'move-node-to-workspace 3'
Expand Down

0 comments on commit 7844bed

Please sign in to comment.