$ command line cheat sheets
Cheat Sheet Title: [ no_spaces_alphanumeric_only ]
Cheat Sheet:⌘ = command ⌃ = control ⌥ = option ⇧ = shift File Navigation --------------- go to file: ⌘ T go to method: ⇧ ⌘ T go to line: ⌘ L find in file: ⌘ F 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: ⌘ [ indent selection right: ⌘ ] 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)
Your cheat sheet will be editable (fixable) by anyone. Each cheat sheet is essentially a wiki page. It may also be used by millions of people for reference purposes from the comfort of their command line. If this is okay with you, please save.