.hammerspoon/init.lua

changeset 734
294238afafac
parent 733
45bae0da5756
child 906
1e388dfbe200
equal deleted inserted replaced
733:45bae0da5756 734:294238afafac
46 end tell 46 end tell
47 end tell 47 end tell
48 ]]) 48 ]])
49 end) 49 end)
50 50
51 cmdShift('return', function () hs.execute('/opt/local/bin/mvim', true) end) 51 cmdShift('return', function ()
52 os.execute(os.getenv('SHELL')..' -l -i -c "exec mvim"')
53 end)
52 54
53 -- cache window frames before moving? 55 -- cache window frames before moving?
54 -- save cache? 56 -- save cache?
55 -- focus by direction is a little strict 57 -- focus by direction is a little strict
56 58

mercurial