From db5efc926ccafabbc2106e25e8d0277e6b528a4a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 29 May 2025 12:43:11 +0100 Subject: [PATCH] chore(hammerspoon/hati): make Code primary VSCode --- hammerspoon/hosts/hati.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 9e8ddf7..e7d0141 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -30,11 +30,9 @@ local function init_hotkeys() ) apptoggle:bind({ 'cmd', 'ctrl' }, 'W', + { 'Code', '/Applications/Visual Studio Code.app' }, { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' } ) - apptoggle:bind({ 'cmd', 'ctrl' }, '1', - { 'Code', '/Applications/Visual Studio Code.app' } - ) -- Use Warp as my primary terminal application. apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Warp' })