mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:06:40 +00:00
chore(hammerspoon/hati): make Code primary VSCode
This commit is contained in:
@@ -30,11 +30,9 @@ local function init_hotkeys()
|
|||||||
)
|
)
|
||||||
|
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'W',
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'W',
|
||||||
|
{ 'Code', '/Applications/Visual Studio Code.app' },
|
||||||
{ 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }
|
{ 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' }
|
||||||
)
|
)
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, '1',
|
|
||||||
{ 'Code', '/Applications/Visual Studio Code.app' }
|
|
||||||
)
|
|
||||||
|
|
||||||
-- Use Warp as my primary terminal application.
|
-- Use Warp as my primary terminal application.
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Warp' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Warp' })
|
||||||
|
|||||||
Reference in New Issue
Block a user