Tags

Posts tagged with: textmate

ajax analysis api apple atom automator backpack browsers camping cheatsheets code console editors ergonomics gems google helipad hpricot internationalisation javascript lies mac optimisation patterns performance personal php plugins productivity programming prototype rails rapidrails rsi rss ruby server snippets standards sysadmin terminal testing textile textmate theory tips tools vim workshops writing xslt

Vim for TextMate fans

Posted on Sun 22 Oct, 2006

A text editor is the programmer’s lathe, but unlike traditional engineering we can have limitless tools. The question is: how much time do you have to learn about them all?

I’ve used vim a lot over the years, mainly because I spent a long time using Linux and it was there so I used it. The choice was obvious: vim or vi were on almost every machine I had access to, and worked excellently both locally and remotely. Once I’d learnt the basics I was set, I knew enough to get my work done.

Then I found TextMate for Mac OS. The immediacy of TextMate made it easy to get started with, and i…

Continue reading → | Tagstextmate, vim, editors | 2 comments

What you absolutely must know about TextMate

Posted on Tue 28 Feb, 2006

TextMate is one of the best text editors for Mac OS X. There’s a few features that you might have missed if you’re a new user, which I’ll briefly illustrate with screenshots.

mate .

In the Terminal, type ‘mate .’ to create a project out of the current directory. This is so handy and fast:

Screenshot

cmd-t

Press cmd-t to search through the files in the current project, select the file and press return to open it in a new tab.

ctrl-escape

Press ctrl-escape to call up the bundle menu. This basically lets you process text, you can do handy things like quickly insert language control…

Continue reading → | Tagstextmate, editors, programming