From 699b4a05d4151ca99ed1d9cd2f8d6428e34c89aa Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 22 Oct 2025 10:20:47 +0100 Subject: [PATCH] fix(hammerspoon/hosts/hati): reorder app toggle keybindings for Visual Studio Code --- hammerspoon/hosts/hati.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 256e285..8ce18bc 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -30,8 +30,8 @@ local function init_hotkeys() ) apptoggle:bind({ 'cmd', 'ctrl' }, 'W', - { 'Code', '/Applications/Visual Studio Code.app' }, - { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' } + { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }, + { 'Code', '/Applications/Visual Studio Code.app' } ) -- -- Use Ghostty as my primary terminal application.