| General: | |
| ⌘+ | make font bigger |
| ⌘- | make font smaller |
| ⌥⌘T | insert special characters |
| ⌃⌘T | open "Select Bundle Item" dialog |
| ⌃⇧T | show TODOs, FIXMEs, CHANGEDs |
| ⌃⇧A | open subversion dialog |
| ⌃⌘R | select currently open file in project drawer |
Editing: | |
| ⌘L | go to line number (opens dialog) |
| ⌥→ | jump to next right word |
| ⌘⇧T | go to symbol (opens dialog) |
| ⌘F2 | Add/remove bookmark |
| F2 | go to next bookmark |
| ⇧F2 | go to previous bookmark |
| ⌃W | select current word |
| ⌘⇧L | select current line |
| ⌘/ | comment / uncomment selection |
| ⌃⌘↑ | move selection up (also works down/left/right) |
| ⌥⇥ | indent selection (add ⇧ for opposite direction) |
| ⌘⇧V | paste previous entry from clipboard history |
| ⌃⌥⌘V | paste from history (opens dialog) |
| ⌃⌥⇧V | paste selection online (opens dialog) |
| ⌘↩ | add empty line below current (and go to it) |
| ⌘⇧↩ | add empty line below current (with line terminator) |
| ⌘⇧& | open HTML entity and escape tool dialog |
| ⌃⇧L | wrap selection as link (URL from clipboard) |
| ⌃⇧N | show count (lines,words,bytes) of selection |
| lorem⇥ | add some (lorem ipsum) text |
Projects: | |
| ⌃⌘N | new project |
| ⌃⌘S | save project |
| ⌃⌥⌘D | show / hide project drawer |
| ⌃⇥ | toggle focus (drawer, buttons, editing) |
| ⌘T | open "Go to File" dialog |
| ⌘1-⌘9 | open tab number 1-9 |
| ⌥⌘→ | go to next tab on the right |
| ⌥⌘← | go to next tab on the left |
| ⌥⌘↑ | switch between same name files (x.c & x.h) |
Project Drawer: | |
| ↩ | open selected file |
| SPACE | rename selected file |
| → | expand selected folder |
| ← | collapse selected folder |
Thursday, June 19, 2008
Some useful TextMate shortcuts
Subscribe to:
Post Comments (Atom)


2 comments:
One shortcut that you're missing that I use often is ⌃⌘R which selects the currently open file in the project drawer.
Hi Eric, thanks for the hint. A good shortcut not to be missed. I added it to the post. Best regards, GTD Marc
Post a Comment