Skip to content

Instantly share code, notes, and snippets.

@sakthivelsekar33
Created February 3, 2022 14:32
Show Gist options
  • Save sakthivelsekar33/13f39f9c24135a847d015b4ca5548898 to your computer and use it in GitHub Desktop.
Save sakthivelsekar33/13f39f9c24135a847d015b4ca5548898 to your computer and use it in GitHub Desktop.
hammerspoon_config
hs.loadSpoon("ShiftIt")
spoon.ShiftIt:bindHotkeys({})
hs.hotkey.bind({"fn"}, "`", function()
hs.application.launchOrFocus('Alacritty')
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment