Skip to content

Commit

Permalink
Disable snippet chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Dec 23, 2024
1 parent 10c5f84 commit c1c6269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .hammerspoon/apps-hotkeys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ hyper:bind({}, "s", nil, function()
hs.eventtap.keyStroke({"cmd"}, "v")
end)

hs.hotkey.bind({"alt"}, "space", function()
hs.execute("~/.scripts/snippets-choose", true)
end)
--hs.hotkey.bind({"alt"}, "space", function()
-- hs.execute("true | choose -e")
--end)


hyper:bind({}, "p", nil, function()
Expand Down

0 comments on commit c1c6269

Please sign in to comment.