Macs are renowned (or bemoaned) for having an extensive number of shortcuts. However, OS X itself pales in comparison to the shortcut lists in TextMate and its bundles.
What are some useful keyboard shortcuts you use?
|
7
|
Macs are renowned (or bemoaned) for having an extensive number of shortcuts. However, OS X itself pales in comparison to the shortcut lists in TextMate and its bundles. What are some useful keyboard shortcuts you use?
|
|||
|
|
|
|
These are my favorite shortcuts:
|
|||
|
|
|
|
|
||
|
|
|
|
Personally two of my favourite shortcuts are:
The are both super useful for writing text and blogging, (and stackoverflow). Codewise, I think that I prefer snippets to key shortcuts. Being able to type I also found this quite amusing. But I prefer to learn my shortcuts in small steps, and often find that just looking in the gear menu (⌃⎋) works. |
||
|
|
|
|
in the cftextmate bundle you can type any cfml tag without the opening "<" or closing ">" and press tab and it completes the entire tag and you can then tab to each of the tag attributes. i'm not sure if this type of shortcut works for other languages. |
||
|
|
|
|
I just found a list of shortcut key symbols w/ definitions under Bundles > HTML > Entities - helpful for me in figuring out the whole short-cut bonanza going on with TextMate. |
||
|
|
|
|
Take a look at some of these cheatsheets for some good shortcuts:
|
||
|
|
|
|
You can get a really great desktop background here. It has a ton of really useful keyboard shortcuts. I used it for a couple of days before memorizing the most useful ones. |
||
|
|
|
|
My favourites are:
|
||
|
|
|
|
shift+ctrl+alt+v sends selected text to pastie.org also, using the PHP Bundle, try to start writing a function name and do the following: str + alt + F3 = list of available functions str + alt + F1 = short description of the function you've just completed. |
|||
|
|