Skip to content

Instantly share code, notes, and snippets.

@ephimoff
ephimoff / init.lua
Created May 4, 2020 14:20
Config for Hammerspoon
hs.loadSpoon("ReloadConfiguration")
spoon.ReloadConfiguration:start()
local cmd_alt_ctrl = {"cmd", "alt", "ctrl"}
hs.hotkey.bind({}, "f13", function()
hs.application.launchOrFocus("/Applications/Fantastical 2.app")
end)
-- go Left