From 68f828b3563fd3370724fed5404a1773ea3aa3fb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 26 May 2025 01:16:15 +0100 Subject: [PATCH] chore(hammerspoon/noct): make stable VSCode default --- 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 56565c7..547554b 100644 --- a/hammerspoon/hosts/noct.lua +++ b/hammerspoon/hosts/noct.lua @@ -30,8 +30,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' } ) -- Use Ghostty as my primary terminal application.