From eb3ecdce75e05159e47a1bba5f8e95ae3a489a8e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 8 Feb 2026 19:34:57 +0000 Subject: [PATCH] feat(hammerspoon/noct): prioritize VS Code over Insiders for Cmd+Ctrl+W Switched to using regular VS Code as the primary app, with Insiders as the fallback. Reflects shift to stable VS Code as primary editor. Co-Authored-By: Claude Opus 4.6 --- hammerspoon/hosts/noct.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hammerspoon/hosts/noct.lua b/hammerspoon/hosts/noct.lua index c7176bf..db85f9e 100644 --- a/hammerspoon/hosts/noct.lua +++ b/hammerspoon/hosts/noct.lua @@ -29,8 +29,8 @@ local function init_hotkeys() ) apptoggle:bind({ 'cmd', 'ctrl' }, 'W', - { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }, - { 'Code', '/Applications/Visual Studio Code.app' } + { 'Code', '/Applications/Visual Studio Code.app' }, + { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' } ) apptoggle:bind({ 'cmd', 'ctrl' }, 'C',