From 4eb5bfb4f938ab5e3872e73808c952b458de8c1a Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 11 Oct 2024 15:51:06 -0400 Subject: [PATCH] aerospace: Use join-with instead of move --- aerospace/aerospace.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index c1872ea..081d341 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -44,10 +44,10 @@ alt-k = 'focus up' alt-h = 'focus left' alt-l = 'focus right' -alt-shift-j = 'move down' -alt-shift-k = 'move up' -alt-shift-h = 'move left' -alt-shift-l = 'move right' +alt-shift-j = 'join-with down' +alt-shift-k = 'join-with up' +alt-shift-h = 'join-with left' +alt-shift-l = 'join-with right' alt-shift-f = 'fullscreen' alt-shift-space = 'layout floating tiling'