I use Rxvt-unicode, only because I don't use a DE (just xmonad). It works fine with what I need (screen, irssi and vim), and it is fairly light. Previously I used eterm, but I found it a bit heavy.

So, What's your preference when it comes to terminal emulators? Gnome-terminal? xterm? Why?

link|improve this question
feedback

migrated from stackoverflow.com May 24 '10 at 20:07

This question came from our site for professional and enthusiast programmers.

closed as not constructive by Gareth, Diago Sep 30 '11 at 7:00

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

15 Answers

I use PuTTY, primarily because it's free, but also because it has quite a few nifty features.

link|improve this answer
That is not a terminal emulator but FIXME. (its a telnet/ssh/putty client. Terminal emulator is like Konsole, Xterm, Eterm, Gnome-terminal, bla bla bla) – Shiki May 24 '10 at 20:15
feedback

Gnome Terminal on Linux
1. easy to customize, looks great
2. is the default for Ubuntu
3. tabs are well, it is overall intuitive (especially copy/pasting)

Console on Windows
1. it is easier to use and more minimalistic than PuTTY
2. can easily use any backend (cmd.exe, bash.exe, etc)
3. integrates nicely into the desktop
4. great profile support (can create shortcuts for different setups)

link|improve this answer
feedback

xterm.

1) It's as lightweight as you can get. 2) it's always available 3) it has some advanced key combinations to change things like font sizes on the fly.

link|improve this answer
feedback

Terminal.app on OS X

link|improve this answer
feedback

Mac OS X - iTerm because you can get rid of the scrollbars (I hate them in on term)

Linux - gnome-terminal because of its support for clickable URL's and great selection/paste support. I want something lighter but havn't been able to find anything with the same amount of features. I also love their transparency implementation.

Windows - rxvt under cygwin. Support for transparency is great and it makes me feel at home like I'm on a *nix box.

I've alway's been suprised that their has not been more innovation in the world of terminal emulator's. As dependent every *nix system with X installed is on them, and how much time is spent using them it seems like they would be packed with great features and awesome UI's. I guess, it's not necessarily broken, so no need to fix it.

Brian G.

link|improve this answer
feedback

I use Konsole because of mainly two features:

  • tabbed terminals
  • profiles to launch something else in a tab than just my default shell
link|improve this answer
feedback

I use urxvt on linux, because it's pretty lightweight, supports transparency, unicode symbols, has built in perl scripting... When i have to work from windows box i use PuTTY

link|improve this answer
feedback

gnome-terminal in linux. Mainly because of the tab support - I especially like that you can detach tabs by dragging them.

link|improve this answer
feedback

gnome-terminal on Linux, PuTTY on Windows.

PuTTY is great and it's free.

link|improve this answer
feedback

Xterm, because it's what other terminal emulators try to emulate.

  1. 256 colors
  2. The best keyboard handling

I don't need tabs because I use GNU Screen or Tmux.

link|improve this answer
feedback

Konsole on Linux, PuTTY on Windows.

PuTTY is real nice. Snappier and more stable than RXVT for Windows. Konsole is the default terminal for KDE and it is fine. It also has tabs for multiple sessions which is nice.

link|improve this answer
feedback

I used to use kermit-95 as the terminal emulation was comprehensive, and it was very scriptable.

I now use PuTTY on windows.

link|improve this answer
feedback

Putty for linux.

PSTools "psexec \\pcname -i cmd" for windows. (that function opens up the remote command console locally)

link|improve this answer
feedback

Terminal on snow leopard, xfce-terminal on linux, kitty (putty branch) on windows.

link|improve this answer
feedback

terminator

  • utf support
  • tabs
  • split windows vertically and horizontally, within tabs
  • grouping of windows within and cross tabs
  • profiles
  • on MacOS, Linux and Win platforms
  • transparency
link|improve this answer
feedback