Cool TextMate Stuff
* Cmd-E to copy text directly into the Find buffer.
* Cmd-Return / Cmd-Shift-Return to open a new line (or append a semicolon to the current line and open a new line).
* Cmd-Opt-. to close the current XHTML tag.
* Automatically typing of closing quotes, braces, etc (sometimes annoying, usually helpful).
* Opening a folder instead of a single file.
* Cmd-T (Go to File) and Cmd-Shift-T (Go to Symbol). Nicely intelligent live searching. Go to File looks for files in the current project (or current folder, if that's what you opened), and preselects the previous file you jumped to - it works like a Cmd-Tab, so to quickly flip between two files in the project, just invoke Cmd-T & hit enter.
* Esc for symbol completion.
* Cmd-H to pull up API documentation.
* Cmd-/ to comment out lines or blocks of lines.