On 25/04/2010, at 1:37 PM, Geoff Beier geoff@mollyandgeoff.com wrote:
On Sat, Apr 24, 2010 at 11:23 PM, Conrad Taylor conradwt@gmail.com wrote:
On Sat, Apr 24, 2010 at 8:03 PM, Robert G Jr <robertgloverjr@gmail.com
wrote:
I cannot find where in the TextMate documentation it explains how to go to the end of a line or to the start of a line. It must be very simple, but I don't know what the keyboard shortcuts are because I can't find any reference to this in the Help System.
End of line: control - e Start of line: control - a
FWIW, these are standard emacs movements and will work by default in nearly every text field in a cocoa application on Mac OS X.
An alternative is Cmd-Left and Cmd-Right for start and end of line, respectively, which will also work in any text field. Likewise, Cmd-Up and Cmd-Down move to the beginning and end of the document.