Wezterm and jsonnet-mode
This commit is contained in:
parent
e615a58887
commit
a54b00f83c
2 changed files with 2 additions and 1 deletions
|
@ -50,3 +50,4 @@
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
|
||||||
(package! org-transclusion)
|
(package! org-transclusion)
|
||||||
|
(package! jsonnet-mode)
|
||||||
|
|
|
@ -17,7 +17,7 @@ hs.hotkey.bind({"cmd", "alt", "ctrl"}, "SPACE", function ()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
hs.hotkey.bind({"ctrl"}, "t", function ()
|
hs.hotkey.bind({"ctrl"}, "t", function ()
|
||||||
hs.application.launchOrFocus("iTerm")
|
hs.application.launchOrFocus("Wezterm")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
hs.hotkey.bind({"cmd", "alt"}, ",", function ()
|
hs.hotkey.bind({"cmd", "alt"}, ",", function ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue