Skip to content

Commit 8296e64

Browse files
takuto1127takuto1127
authored andcommitted
hammerspoonでoption + spaceでweztermをトグルできるようにした
1 parent 7a4dbcf commit 8296e64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dot_folders/.hammerspoon/init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ double_press.action = open_obsidian
5252
hs.hotkey.bind({ "ctrl", "cmd" }, "t", function()
5353
open_ticktick()
5454
end)
55+
56+
hs.hotkey.bind({ "alt" }, "space", function()
57+
open_wezterm()
58+
end)

0 commit comments

Comments
 (0)