From 0b93f6d867d9a5fc55cce3631b707926e97fadbc Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 26 Sep 2024 15:58:02 -0400 Subject: [PATCH] aerospace: Navigate workspaces with brackets --- aerospace/aerospace.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 3dc01bf..c1872ea 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -69,6 +69,9 @@ alt-8 = 'workspace 8' alt-9 = 'workspace 9' alt-0 = 'workspace 10' +alt-leftSquareBracket = 'workspace prev' +alt-rightSquareBracket = 'workspace next' + alt-shift-1 = ['move-node-to-workspace 1', 'workspace 1'] alt-shift-2 = ['move-node-to-workspace 2', 'workspace 2'] alt-shift-3 = ['move-node-to-workspace 3', 'workspace 3']