get full PATH in shortcut mvim windows

Wed, 13 Feb 2019 00:30:45 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 13 Feb 2019 00:30:45 -0600
changeset 733
45bae0da5756
parent 732
df503f949a40
child 734
294238afafac

get full PATH in shortcut mvim windows

.hammerspoon/init.lua file | annotate | diff | comparison | revisions
--- a/.hammerspoon/init.lua
+++ b/.hammerspoon/init.lua
@@ -48,7 +48,7 @@ cmd('return', function ()
   ]])
 end)
 
-cmdShift('return', function () os.execute('/opt/local/bin/mvim') end)
+cmdShift('return', function () hs.execute('/opt/local/bin/mvim', true) end)
 
 -- cache window frames before moving?
 -- save cache?

mercurial