From 7fd2cd88e40f581d27b1560b91125fb875c7bfa1 Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Mon, 13 Oct 2025 12:11:10 +1000 Subject: [PATCH] Remove Fork hotkey I'm using lazygit now --- .hammerspoon/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.hammerspoon/init.lua b/.hammerspoon/init.lua index a0a156a..d372d97 100644 --- a/.hammerspoon/init.lua +++ b/.hammerspoon/init.lua @@ -247,9 +247,9 @@ hs.hotkey.bind({"ctrl", "alt"}, "F", function() end) -- Fork {{{3 -hs.hotkey.bind({"cmd", "alt", "ctrl"}, "G", function() - app_toggle({"Fork"}) -end) +--hs.hotkey.bind({"cmd", "alt", "ctrl"}, "G", function() +-- app_toggle({"Fork"}) +--end) -- Mail {{{3 hs.hotkey.bind({"cmd", "alt"}, "M", function()