Skip to content

Commit ecdb76d

Browse files
committed
fixup! WIP: config #2
1 parent a1e5a15 commit ecdb76d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config-examples/default-config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# For the whole reference of possible keys and modifiers see: https://github.com/nikitabobko/AeroSpace/blob/main/src/config/keysMap.swift
2+
13
[config]
24
use-padding-for-nested-containers-with-the-same-orientation = true
35
auto-flatten-containers = true
@@ -99,7 +101,7 @@ alt-shift-x = 'move container to workspace XXX'
99101
alt-shift-y = 'move container to workspace YYY'
100102
alt-shift-z = 'move container to workspace ZZZ'
101103

102-
alt-tab = 'workspace back_and_forth'
104+
alt-tab = 'workspace_back_and_forth'
103105

104106
alt-shift-slash.alt-shift-k = 'move_in up'
105107
alt-shift-slash.alt-shift-h = 'move_in left'

0 commit comments

Comments
 (0)