Updated Apr 11th, 2013
Sublime Text

snippets needed: form

"Packages/PHP-Twig.tmbundle/Extras/Themes/Monokai Bright.tmTheme"

sync Packages

https://webdevtricks.wordpress.com/2012/08/11/sync-sublime-text-2-settings-and-packages-across-windows-osx-and-linux-with-dropbox/

Oh, it's only the awesomest editor out there. No biggie.

create tags

cmd + shift + w

close tag

cmd + opt + .

select into tag

cmd + shift + a

snippets

shift + command + p

text.html // allows snippet creation in php outside of brackets

install package

shift + command p
install

remove

install snippets manually here (clone it)

~/Library/Application Support/Sublime/Packages/User/

Multiselection

Select block of lines, press shift + command + L
go to front of line cmd-left

Put cursor on word, press command D

Command + Ctrl + G select all occurances   

Incremental search

cmd i

Search for Function

Command + R

Go to Line Number

command + T , :20