chore(hosts/hati): comment out Ghostty and Warp terminal configurations

This commit is contained in:
Jim Myhrberg
2025-10-01 17:51:46 +01:00
parent 9e1fd19992
commit 62b252f570

View File

@@ -34,11 +34,11 @@ local function init_hotkeys()
{ 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }
)
-- Use Ghostty as my primary terminal application.
apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Ghostty' })
apphider:autoHide('Ghostty') -- auto-hide Ghostty when it loses focus
-- -- Use Ghostty as my primary terminal application.
-- apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Ghostty' })
-- apphider:autoHide('Ghostty') -- auto-hide Ghostty when it loses focus
-- Use Warp as my primary terminal application.
-- -- Use Warp as my primary terminal application.
-- apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Warp' })
-- apphider:autoHide('Warp') -- auto-hide Warp when it loses focus
end