[TxMt] Re: "Go to last edit" keyboard shortcut

Hans-Jörg Bibiko bibiko at eva.mpg.de
Wed Oct 28 14:43:13 UTC 2009


Or a bit faster is this tmCommand for MacOSX >= 10.5:

Input: none
Output: discard
Command:
cat <<-AS | osascript --
tell application "System Events"
  tell process "TextMate"
   tell menu bar 1
    tell menu bar item "Edit"
     tell menu "Edit"
      click menu item "Undo"
      click menu item "Redo"
     end tell
    end tell
   end tell
  end tell
end tell
AS


It won't be faster significantly if one pre-compliles it.


Cheers,
--Hans



More information about the textmate mailing list