From 61d47f8ec07102940315aadc44c26bbe90f41d60 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 4 Nov 2024 07:08:46 -0800 Subject: [PATCH] aerospace: Restore binds to move instead of join --- aerospace/aerospace.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 1a762dc..a95334f 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -49,6 +49,11 @@ alt-shift-k = 'join-with up' alt-shift-h = 'join-with left' alt-shift-l = 'join-with right' +alt-shift-ctrl-j = 'move down' +alt-shift-ctrl-k = 'move up' +alt-shift-ctrl-h = 'move left' +alt-shift-ctrl-l = 'move right' + alt-shift-f = 'fullscreen' alt-shift-space = 'layout floating tiling'