iTerm Hammerspoon

This commit is contained in:
Anthony Cicchetti 2021-04-20 22:58:18 -04:00
parent a5603128b0
commit 46e93537b5

View file

@ -17,7 +17,7 @@ hs.hotkey.bind({"cmd", "alt", "ctrl"}, "SPACE", function ()
end) end)
hs.hotkey.bind({"ctrl"}, "t", function () hs.hotkey.bind({"ctrl"}, "t", function ()
hs.application.launchOrFocus("Wezterm") hs.application.launchOrFocus("iTerm")
end) end)
hs.hotkey.bind({"cmd", "alt"}, ",", function () hs.hotkey.bind({"cmd", "alt"}, ",", function ()