We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e5a15 commit ecdb76dCopy full SHA for ecdb76d
config-examples/default-config.toml
@@ -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
+
3
[config]
4
use-padding-for-nested-containers-with-the-same-orientation = true
5
auto-flatten-containers = true
@@ -99,7 +101,7 @@ alt-shift-x = 'move container to workspace XXX'
99
101
alt-shift-y = 'move container to workspace YYY'
100
102
alt-shift-z = 'move container to workspace ZZZ'
103
-alt-tab = 'workspace back_and_forth'
104
+alt-tab = 'workspace_back_and_forth'
105
106
alt-shift-slash.alt-shift-k = 'move_in up'
107
alt-shift-slash.alt-shift-h = 'move_in left'
0 commit comments