chore(hati/keybindings): bind GitButler to cmd+ctrl+f

This commit is contained in:
Jim Myhrberg
2025-05-05 13:49:44 +01:00
parent 0494075eb0
commit da24c81f93

View File

@@ -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' })