Live data from Hacker News

Ask HN: What terminal emulator do you use ?

news.ycombinator.com

21–30 of 86 posts

Re: Ask HN: What terminal emulator do you use ?

#21
I prefer Terminal.app, mostly because it uses the OS native keys for copy/paste (cmd-c, cmd-v). On windows I use putty which has keyboard paste on Shift-Insert. On linux I use gnome-terminal which has keyboard copy/paste on Ctrl+Shift+C and Ctrl+Shift+V. (I should stop using all three of these operating systems... :)

Re: Ask HN: What terminal emulator do you use ?

#24

rxvt-unicode with its Perl API [1] and rather amazing list of Perl extensions [2] on Linux OSes, puttycyg on Cygwin. (I recommend puttycyg if you've been using rxvt on Cygwin. Being able to type Unicode characters is an amazingly exhilarating experience, especially if you're lonely.) [1]: http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/src/urx... [2]: http://software.schmorp.de/pkg/rxvt-unicode.html

rxvt-unicode also has some of the best (most accurate, most complete) terminal emulation out there, second only to xterm. Daemon mode is also a neat trick if you're running on a limited-memory system.

I love the daemon (aka "client/server") operation of rxvt-unicode, and the fact that with all its capabilities it's still smaller than xterm.

Re: Ask HN: What terminal emulator do you use ?

#25

Terminal.app as of OS X 10.5 is my favorite terminal. I like to use rxvt under Cygwin.

Try out iTerm sometime. Much, much faster and lighter than Terminal.app. I switched to iTerm when Terminal.app crashed while compiling Haiku ... twice. The problem, I believe, was the large amount of compiler output.

I second iTerm. Its Great

Re: Ask HN: What terminal emulator do you use ?

#26
Rxvt, normally on Cygwin. If I had more use for Unicode in practice, I'd use urxvt on non-Cygwin.

Also, when ssh into remote boxes, I often use screen, which effectively ends up being a pretty crappy terminal - major failure mode is loss of scrollback buffer, Ctrl-A ESC notwithstanding.

Re: Ask HN: What terminal emulator do you use ?

#28

On the Mac, I use MacTelnet, even as a local terminal. It has an almost ridiculous number of features (compared to Terminal.app or iTerm, anyway), and is very configurable. The main problems are that it is mainly vt100/partial-xterm, and is a beta. On Linux or Solaris, I use "aterm". It works as well as xterm or rxvt. But it has a lot of nice interface tweaks, such as NeXT-style scrollbars, pseudo-transparency, more…

I used to use aterm, but one thing drove me to change -- Unicode support. Now, I use rxvt-unicode.

Since making the move, though, I've grown to love rxvt-unicode's daemon mode and discovered that pseudo-transparency works better than it did on aterm. I mention my reasons for choosing rxvt-unicode over other terminal emulators here:

http://sob.apotheon.org/?p=451

Re: Ask HN: What terminal emulator do you use ?

#29

Earlier quoted context omitted.

rxvt-unicode also has some of the best (most accurate, most complete) terminal emulation out there, second only to xterm. Daemon mode is also a neat trick if you're running on a limited-memory system.

I love the daemon (aka "client/server") operation of rxvt-unicode, and the fact that with all its capabilities it's still smaller than xterm.

I've used the mode and I really liked it, except when it starts to behave buggy needing to kill the server loosing all the windows.

I prefer to name it psycho mode.

Re: Ask HN: What terminal emulator do you use ?

#30

Terminal.app as of OS X 10.5 is my favorite terminal. I like to use rxvt under Cygwin.

Try out iTerm sometime. Much, much faster and lighter than Terminal.app. I switched to iTerm when Terminal.app crashed while compiling Haiku ... twice. The problem, I believe, was the large amount of compiler output.

My experience is entirely the opposite of yours -- I always found iTerm to be a crashy and slow, with piles of ill-considered misfeatures.
Post reply on HN