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' })