.hammerspoon/init.lua

changeset 733
45bae0da5756
parent 705
7520062c1461
child 734
294238afafac
equal deleted inserted replaced
732:df503f949a40 733:45bae0da5756
46 end tell 46 end tell
47 end tell 47 end tell
48 ]]) 48 ]])
49 end) 49 end)
50 50
51 cmdShift('return', function () os.execute('/opt/local/bin/mvim') end) 51 cmdShift('return', function () hs.execute('/opt/local/bin/mvim', true) end)
52 52
53 -- cache window frames before moving? 53 -- cache window frames before moving?
54 -- save cache? 54 -- save cache?
55 -- focus by direction is a little strict 55 -- focus by direction is a little strict
56 56

mercurial