From da24c81f9356bfe659da9a1d2d167772c9ba6409 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 5 May 2025 13:49:44 +0100 Subject: [PATCH] chore(hati/keybindings): bind GitButler to cmd+ctrl+f --- hammerspoon/hosts/hati.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 49f3b1e..9e8ddf7 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -17,7 +17,7 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Gmail' }, { 'Notion Mail' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Cursor' }) - apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'Obsidian' }) + apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'GitButler' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Emacs', '/Applications/Emacs.app' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'T', { 'TeamSpeak 3', '/Applications/TeamSpeak 3 Client.app' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' })