# HG changeset patch # User Meredith Howard # Date 1486392930 18000 # Node ID efce0f59ef14b7f4efda5826069106881b5f5528 # Parent 47fcadea275eaf529f34dcb2b818ceebafe8867d Fix terminal shortcut when iterm not running yet diff --git a/.hammerspoon/init.lua b/.hammerspoon/init.lua --- a/.hammerspoon/init.lua +++ b/.hammerspoon/init.lua @@ -39,9 +39,14 @@ cmdCtrl('right', function () focusedWind cmd('return', function () hs.applescript.applescript([[ - tell application "iTerm2" + tell application "iTerm" create window with default profile + activate end tell ]]) end) +-- cache window frames before moving? +-- save cache? +-- focus by direction is a little strict +