mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 09:40:14 +00:00
add zed to darwin launcher
This commit is contained in:
@ -105,6 +105,9 @@ function obj:init()
|
||||
self.launcher:bind("", "Z", function()
|
||||
self:switch("zoom.us.app")
|
||||
end)
|
||||
self.launcher:bind("shift", "Z", function()
|
||||
self:switch("@zed@")
|
||||
end)
|
||||
end
|
||||
|
||||
function obj:switch(app)
|
||||
|
Reference in New Issue
Block a user