From 46e93537b566a5535852c29319357020eb6ca5c8 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 20 Apr 2021 22:58:18 -0400 Subject: [PATCH] iTerm Hammerspoon --- hammerspoon/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 8c488f7..6260f97 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -17,7 +17,7 @@ hs.hotkey.bind({"cmd", "alt", "ctrl"}, "SPACE", function () end) hs.hotkey.bind({"ctrl"}, "t", function () - hs.application.launchOrFocus("Wezterm") + hs.application.launchOrFocus("iTerm") end) hs.hotkey.bind({"cmd", "alt"}, ",", function ()