feat(hosts/hati): use Ghostty as main terminal application

This commit is contained in:
Jim Myhrberg
2025-09-22 14:50:47 +01:00
parent 447fcd04a8
commit 4baed4f299
2 changed files with 7 additions and 4 deletions

View File

@@ -35,8 +35,8 @@ local function init_hotkeys()
)
-- Use Warp as my primary terminal application.
apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Warp' })
apphider:autoHide('Warp') -- auto-hide Warp when it loses focus
-- apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Warp' })
-- apphider:autoHide('Warp') -- auto-hide Warp when it loses focus
end
--------------------------------------------------------------------------------