Search

The Joyent Community

A place where the Joyent community can gather, help each other out, and stay informed.

You are not logged in.

#1 2005-10-16 17:08:21

jumpserve
Member
From: atlantic beach, ny
Registered: 2004-06-01
Posts: 209
Website  Expertise

(OS X) iTerm - why?

OK, I do use iTerm for the tabs. Are there any other special benefits i should know about/be using?

Also, I have option set as my meta key, but instead of meta-ing it goes into extended characters (option-f for example generates an ae ligature instead of forward one word). And page up generates a ~ character - what am i doing wrong.


vc200 #142 + mg => One
Please consider making a donation to support my participation in Team In Training and help to battle blood cancers.
http://www.active.com/donate/tntliny/tntlinyblanco

Offline

 

#2 2005-10-16 18:54:03

lstryder
Member
From: Trefeca, Wales
Registered: 2004-12-05
Posts: 311
Website  Expertise

Re: (OS X) iTerm - why?

If you like to use your mouse, iTerm has bookmarkable commands that are easily accessible via said device.

Offline

 

#3 2005-10-17 19:53:13

mly
Member
From: California
Registered: 2004-06-01
Posts: 296
Website  Expertise

Re: (OS X) iTerm - why?

I gave up on multiple terminal windows or tabs, and just use gnu screen instead.

here's my .screenrc, replace / with a pound sign (the forum seems to strip them out):

Code:

/ because we like C-a is useful as 'goto beginning of line'
/ instead we use C-z to enter commands
escape ^Zz
/ a is title instead of A
bind a title
/ . is windowlist, in recent order
bind '.' windowlist -b -m
/ comma enters command mode, so much easier to type
bind , colon
/ always show the caption
caption always
/ don't make ugly shell titles, and force bash instead of sh or whatever
shelltitle '.'
shell /bin/bash

/ startup mousehole and gem_server, and give me a default shell
screen -t mouse.hole bin/mouseHole/bin/mouseHole
/ ruby gems documentation
screen gem_server
/ new shell
screen bash

Last edited by mly (2005-10-17 19:56:33)


vc 200:45 + MG

Offline

 

#4 2005-10-17 21:24:23

johan
Joyeur Emeritus
From: Oslo
Registered: 2004-11-11
Posts: 469
Website  Expertise

Re: (OS X) iTerm - why?

you know, I really wish terminal.app had tabs. iTerm feels a bit clunky at times, and it makes "bold" (ansi bold or whatever it's called) antialiased, while everything else is crisp..

Offline

 

#5 2005-10-17 21:44:57

UnLogikal
Habitual Malcontent
From: Flint, Michigan
Registered: 2005-06-08
Posts: 5676
Expertise

Re: (OS X) iTerm - why?

johan wrote:

you know, I really wish terminal.app had tabs. iTerm feels a bit clunky at times, and it makes "bold" (ansi bold or whatever it's called) antialiased, while everything else is crisp..


you mean aliased? anti-aliasing removes the jaggies.

but yes, i agree, i wish terminal.app was a bit more... feature rich. particularly in the tab area.


Kyle

Offline

 

#6 2005-10-17 22:00:50

johan
Joyeur Emeritus
From: Oslo
Registered: 2004-11-11
Posts: 469
Website  Expertise

Re: (OS X) iTerm - why?

I guess that marks the end of my (almost now) former graphics career?

Offline

 

#7 2005-10-17 22:15:10

UnLogikal
Habitual Malcontent
From: Flint, Michigan
Registered: 2005-06-08
Posts: 5676
Expertise

Re: (OS X) iTerm - why?

johan wrote:

I guess that marks the end of my (almost now) former graphics career?


lol.. just need more caffeine and a daily dosage of reading stuff at arstechnica.com ;) which by the way, has the most fabulous tech writers i have ever had the pleasure of reading. not to mention the have hannibal... the single most insanely intelligent processor "dude" i have ever seen. amazing. he might as well design the little bastards.


Kyle

Offline

 

#8 2005-10-18 03:44:55

mrmachine
Member
From: Sydney, Australia
Registered: 2004-12-09
Posts: 1724
Website  Expertise

Re: (OS X) iTerm - why?

terminal.app is tha shit. just run screen inside it if you need more screens without more windows.

Offline

 

#9 2005-10-18 04:16:15

cch
Member
Registered: 2005-03-21
Posts: 675
Website  Expertise

Re: (OS X) iTerm - why?

I tried iTerm more than once, because I so needed tabs, and I just couldn't get used to the tabs being centered. Now I kind of appreciate when I'm on Terminal and can press f10 (expose) and watch all my shells doing stuff, which you really can't do with tabs.

What would be really reallly really cool would be Adium-style tabs in Terminal.

Offline

 

#10 2005-10-18 10:52:14

jtam
Member
Registered: 2005-07-20
Posts: 157
Expertise

Re: (OS X) iTerm - why?

I actutally switch to using iterm full time affter finanlly getting the settings to "stick" (previous versions have problems keeping settings across sessions) and I had to edit some preference file or something

the centering of the tabs drove me nuts, but at least I get to use xterm color :)

you don't HAVE to use tabs, you can use "new window" and still use expose

-joe

Last edited by jtam (2005-10-18 10:52:42)

Offline

 

#11 2005-10-27 03:08:00

arnaud
Member
From: Paris - Fr
Registered: 2004-09-10
Posts: 196
Website  Expertise

Re: (OS X) iTerm - why?

mly wrote:

here's my .screenrc


thanks for that, it led me to read the man page for screen, perfect kick for a long-delayed to do stuff. :)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson