mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
chore(hosts/hati): comment out Ghostty and Warp terminal configurations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user