Skip to content

Instantly share code, notes, and snippets.

@mitnworb
Created September 9, 2020 18:16
Show Gist options
  • Save mitnworb/6e19f71dc68e879355c761da8edf6d05 to your computer and use it in GitHub Desktop.
Save mitnworb/6e19f71dc68e879355c761da8edf6d05 to your computer and use it in GitHub Desktop.
[Hammerspoon reload config] #hammerspoon
-------------------------------------------------------------------------------
-- reload configuration
-------------------------------------------------------------------------------
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "R", function()
hs.reload()
print('config reloaded')
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment