29 Aug 2011

Terminal Heaven Part 2: iTerm2

Posted on August 29, 2011

After laying the foundation to my Terminal Heaven in part 1 of this blog series, it’s now time to show you the next gem in my new toolchain: iTerm2.

The Max OS X Terminal.app is a very good terminal application and I have used it from the beginning and never had any problems with it. From time to time I had a look at the existing terminal alternatives but they were never really convincing. But after discovering iTerm2 it took me only 30 minutes from testing to finally replacing the Terminal.app icon in my dock!

iTerm2 has a lot of interesting features and I have to admit that I only use a few of them. But those features are really making the difference to me.

The most import feature for me is the handling of the double-click selection. The Terminal.app is only selecting text based on word boundaries. So double clicking in the middle of a file path in the Terminal.app gives you this:

E

Doing the same in iTerm2 gives you a much better result:

E

If you activate “Copy to clipboard on selection” in the preferences a simple double click on the file path followed by cmd-v will paste the complete path to your command line.

Also very helpful is the autocomplete feature. With this you can autocomplete everything from the current terminal text buffer. You don’t have to use the mouse anymore to get some text to your command line:

E

There are a lot more features which are also very useful like split panes, a good full screen mode and a good search function. The current version is stable and is performing really fast. So give it a try!

Next up in part 3: zsh and oh-my-zsh