Skip to content

Instantly share code, notes, and snippets.

@puppybits
Last active December 17, 2015 11:18
Show Gist options
  • Save puppybits/5600695 to your computer and use it in GitHub Desktop.
Save puppybits/5600695 to your computer and use it in GitHub Desktop.
TextMate Important Key Commands

TextMate

  • show in file browser - ⌘⌃R

  • find file - ⌘T

  • toggle Soft Wrap - ⌥⌘W

  • Complete the current work - ⎋

  • Increase indent level - ⌥⇥

  • Decrease indent level - ⌥⇧⇥

  • Change selection to column - ⌥

  • Delete Line - ⌃⇧K

  • Comment - ⌘/

  • Line up variables - ⌘⌥]

  • Add today's date - isoD⇥

  • Add Lorem ipsum - lorem⇥

  • Change default bundle - ⌥⌃⇧(first letter of bundle)

  • Run - ⌘R

  • Look-up in documentation - ⌘H

Legend

⌘ Command
⌃ Control
⌥ Option
⇧ Shift
↩ Return
⇪ Caps Lock
⌫ Delete
⎋ Escape
⏏ Eject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment