Set TextMate as the default text editor on Mac OS X
Just right (or control) click a file of the type you want to change and: “Get Info” -> “Open with:” -> (Select TextMate) -> “Change All”
Just right (or control) click a file of the type you want to change and: “Get Info” -> “Open with:” -> (Select TextMate) -> “Change All”
Copy/pasting (but converting HTML to Markdown) from the current version of the “Naming Conventions” section of the TextMate Language Grammar Guide: comment — for comments. line — line comments, we specialize further so that the type of comment start character(s) can be extracted from the scope. double-slash — // comment double-dash — — comment number-sign … Read more
Pull up a chair son, let me speak on this. Well before the days of Xcode, there was VIM and Emacs. I know it’s hard to imagine, but it’s true. Many people got accustomed to VIM/Emacs, and thus continue to use it. Emacs is extremely customizable, and offers pretty much everything you can imagine (including … Read more
I had this very same problem when I started using vim. The solution is simple, you just have to edit the c syntax file used by vim, here’s how to do it: When you start editing a C or C++ file, vim reads the default c syntax file located in $VIMRUNTIME/syntax/c.vim (Where $VIMRUNTIME is where … Read more
Before OSX Lion: cmd+shift+double-click on a URL in Terminal.app and it will open in the default program. OSX Lion: cmd+double-click (otherwise you will enter fullscreen mode).