Live data from Hacker News

Ask HN: Which Linux terminal emulator do you prefer and why?

news.ycombinator.com

1–10 of 149 posts

Ask HN: Which Linux terminal emulator do you prefer and why?

#1
I was thinking that the terminal emulator of my Debian installation is one of the most unknown yet widely used tools of my setup. I know my editor, window manager and shell better than my terminal emulator.

Currently I use urxvt on Debian. But I'm not sure why - it wasn't a conscious choice. I think it comes by default with i3 or something.

Anyway, Linux users, which terminal emulator would you suggest and why? (I'm on Debian in case that makes a difference.)

Re: Ask HN: Which Linux terminal emulator do you prefer and why?

#2
Vanilla xterm.

It uses a lot less resources than any other emulator. Thomas Dickey keeps it updated. It has an unusual, but usable scroll bar. You can configure cut-n-paste to help you with command line work. You can change what a "word" is for cutting/copying to include /, ., *, so working with Unix file names is easier.

Re: Ask HN: Which Linux terminal emulator do you prefer and why?

#5
I use Kitty because it’s incredibly quick (especially with the -1 flag). I use a tiling window manager and can flood my screen with dozens of terminal windows in under a second.

Probably not a big deal for most, but I mostly live in the shell.

Kitty isn’t the best feature wise though. Even config changes are tedious.

Re: Ask HN: Which Linux terminal emulator do you prefer and why?

#7

Vanilla xterm. It uses a lot less resources than any other emulator. Thomas Dickey keeps it updated. It has an unusual, but usable scroll bar. You can configure cut-n-paste to help you with command line work. You can change what a "word" is for cutting/copying to include /, ., *, so working with Unix file names is easier.

Additionally, xterm starts quickly, has an incredibly responsive feel (the latency from keyboard press to a character appearing is lower than any other terminal emulator I've used) and looks absolutely stunning with a nice bitmap font.
Post reply on HN