From 0aa698f6afd2af25640b44225403b3e90b268cf6 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 18 Sep 2026 10:11:39 -0400 Subject: [PATCH 1/3] aerospace: Add ctrl to multi-monitor bindings This avoids conflicts with helix bindings. --- aerospace/aerospace.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 38b1677..134a2c3 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -91,11 +91,11 @@ alt-shift-8 = ['move-node-to-workspace 8', 'workspace 8'] alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9'] alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10'] -alt-comma = 'focus-monitor prev' -alt-period = 'focus-monitor next' +alt-ctrl-comma = 'focus-monitor prev' +alt-ctrl-period = 'focus-monitor next' -alt-shift-comma = 'move-workspace-to-monitor prev' -alt-shift-period = 'move-workspace-to-monitor next' +alt-ctrl-shift-comma = 'move-workspace-to-monitor prev' +alt-ctrl-shift-period = 'move-workspace-to-monitor next' alt-shift-r = 'mode resize' From f7df41c8eb6dcd7fc546f725ea4808ca8c32d00a Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 18 Sep 2026 10:58:14 -0400 Subject: [PATCH 2/3] helix: Add bracket shortcuts for function definitions --- helix/config.toml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/helix/config.toml b/helix/config.toml index 324882a..583dfd4 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -119,7 +119,19 @@ tabpad = "‒" "b" = ":noop %sh{printf '%%s' $(basename '%{buffer_name}') | cbcopy}" [keys.normal.space] -'*' = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] +"*" = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] [keys.select.space] -'*' = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] +"*" = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] + +[keys.normal."["] +"F" = "@maf;" + +[keys.select."["] +"F" = "@maf" + +[keys.normal."]"] +"F" = "@maf;" + +[keys.select."]"] +"F" = "@maf" From 3e4679846605324f9a61b38b50848768ffbea4e8 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 18 Sep 2026 10:58:24 -0400 Subject: [PATCH 3/3] zsh: Remove unused b=bundle alias --- zsh/aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/aliases b/zsh/aliases index ce54575..e016af7 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -9,7 +9,6 @@ alias g='git' alias rg='rg -S' alias sg='ast-grep' -alias b='bundle' alias bx='bundle exec' alias timestamp='now'