diff --git a/.config/aerospace/aerospace.toml b/.config/aerospace/aerospace.toml index ea642d0..0cbedf4 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -76,10 +76,10 @@ accordion-padding = 15 alt-tab = 'workspace-back-and-forth' alt-shift-tab = 'move-workspace-to-monitor --wrap-around next' - # alt-shift-h = ['join-with left', 'mode main'] - # alt-shift-j = ['join-with down', 'mode main'] - # alt-shift-k = ['join-with up', 'mode main'] - # alt-shift-l = ['join-with right', 'mode main'] + cmd-shift-h = ['join-with left', 'mode main'] + cmd-shift-j = ['join-with down', 'mode main'] + cmd-shift-k = ['join-with up', 'mode main'] + cmd-shift-l = ['join-with right', 'mode main'] # See: https://nikitabobko.github.io/AeroSpace/commands#focus alt-h = 'focus --boundaries-action wrap-around-the-workspace left'