cheat sheets.

$ cheat textmate
--- textmate version 1	Thu Jul 09 23:13:53 -0700 2009
+++ textmate version 6	Sat Sep 10 06:24:04 -0700 2011
@@ -1,34 +1,41 @@
 ⌘ = command 
 ⌃ = control
 ⌥ = option
 ⇧ = shift 
 
 File Navigation
 ---------------
+go to file:            ⌘ T
+go to symbol:        ⇧ ⌘ T 
+go to line:            ⌘ L
+find in file:           ⌘ F  
+find in project:      ⇧ ⌘ F
+reveal in project:   ⌃ ⌘ R
+set bookmark:          ⌘ F2
+cycle bookmarks:         F2
 
-go to file: ⌘ T
-go to line: ⌘ L
-go to method: ⇧ ⌘ T 
-find in project: ⇧ ⌘ F
-reveal in project: ⌃ ⌘ R
+HTML
+----
+wrap block in tag:   ⌃ ⇧ W
+insert html tag:     ⌃ ⇧ ,
+insert ruby code:    ⌃ ⇧ .
+insert closing tag:  ⌥ ⌘ .
 
 Editing
 -------
-
-code completion: esc
-fold / unfold: F1
-comment selection: ⌘ /
-indent selection left: ⌘ [
+code completion:          esc
+fold / unfold:            F1
+comment selection:      ⌘ /
+indent selection left:  ⌘ [
 indent selection right: ⌘ ]
-column selection: ⌥ (drag)
+column selection:       ⌥ (drag)
 
 Ruby/Rails tab triggers
 -----------------------
-
 class: cla (tab)
 method: def (tab)
 module: mod (tab)
 has_many: hm (tab)
 belongs_to: bt (tab)
 lambda: lam (tab)
. o 0 (history | current )
( add new | see all )