We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82443b0 commit 24040d2Copy full SHA for 24040d2
.config/hammerspoon/init.lua
@@ -38,9 +38,6 @@ end)
38
hs.hotkey.bind(modifier(), "g", function()
39
focusWithMouse "Brave Browser"
40
end)
41
-hs.hotkey.bind(modifier(), "i", function()
42
- focusWithMouse "WezTerm"
43
-end)
44
hs.hotkey.bind(modifier(), "k", function()
45
focusWithMouse "Kindle"
46
@@ -56,6 +53,9 @@ end)
56
53
hs.hotkey.bind(modifier(), "s", function()
57
54
focusWithMouse "System Preferences"
58
55
+hs.hotkey.bind(modifier(), "t", function()
+ focusWithMouse "WezTerm"
+end)
59
hs.hotkey.bind(modifier(), "v", function()
60
focusWithMouse "MacVim"
61
0 commit comments