Skip to content

Commit

Permalink
fixup! WIP: config #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Sep 13, 2023
1 parent a1e5a15 commit ecdb76d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config-examples/default-config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# For the whole reference of possible keys and modifiers see: https://github.com/nikitabobko/AeroSpace/blob/main/src/config/keysMap.swift

[config]
use-padding-for-nested-containers-with-the-same-orientation = true
auto-flatten-containers = true
Expand Down Expand Up @@ -99,7 +101,7 @@ alt-shift-x = 'move container to workspace XXX'
alt-shift-y = 'move container to workspace YYY'
alt-shift-z = 'move container to workspace ZZZ'

alt-tab = 'workspace back_and_forth'
alt-tab = 'workspace_back_and_forth'

alt-shift-slash.alt-shift-k = 'move_in up'
alt-shift-slash.alt-shift-h = 'move_in left'
Expand Down

0 comments on commit ecdb76d

Please sign in to comment.