From ebaa14831e82dadac727418b464853de7d6fc055 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 4 Sep 2026 21:32:41 -0400 Subject: [PATCH] aerospace: Remove binding conflict with Helix --- aerospace/aerospace.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 0040313..4223b0e 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -40,8 +40,7 @@ outer.right = 0 # # Commands: https://nikitabobko.github.io/AeroSpace/commands [mode.main.binding] -alt-tab = 'workspace-back-and-forth' -alt-backtick = 'workspace-back-and-forth' +alt-tab = 'workspace-back-and-forth' alt-j = 'focus --boundaries all-monitors-outer-frame down' alt-k = 'focus --boundaries all-monitors-outer-frame up'