Skip to content

Commit 24040d2

Browse files
committed
🔧 hammerspoon: change wezterm shortcut
1 parent 82443b0 commit 24040d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.config/hammerspoon/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ end)
3838
hs.hotkey.bind(modifier(), "g", function()
3939
focusWithMouse "Brave Browser"
4040
end)
41-
hs.hotkey.bind(modifier(), "i", function()
42-
focusWithMouse "WezTerm"
43-
end)
4441
hs.hotkey.bind(modifier(), "k", function()
4542
focusWithMouse "Kindle"
4643
end)
@@ -56,6 +53,9 @@ end)
5653
hs.hotkey.bind(modifier(), "s", function()
5754
focusWithMouse "System Preferences"
5855
end)
56+
hs.hotkey.bind(modifier(), "t", function()
57+
focusWithMouse "WezTerm"
58+
end)
5959
hs.hotkey.bind(modifier(), "v", function()
6060
focusWithMouse "MacVim"
6161
end)

0 commit comments

Comments
 (0)