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.
Ask HN: Which Linux terminal emulator do you prefer and why?
21–30 of 149 posts
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#22Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#23xfce4-terminal, because I switched to Xfce when GNOME went on their "reinvent the UI" trek. I was happy with the UI I already had, thanks very much.
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#24Tilix: https://github.com/gnunn1/tilix
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#25I use terminator.
I just run Terminator in a window maximized and the above shortcuts and Ctrl+D when necessary are more than enough.
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#26- Suckless' st for its launching speed and simplicity - Alacritty for better keycode support
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#27Vanilla 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.
Clean, simple, fast. I don't want background images, or transparency, or beautifully rendered fonts: I want to be able to clearly distinguish characters with minimum mental/visual effort, and pack as many of them into the available screen real-estate as I can see.
I also turn off color highlighting, which I don't find useful (in a shell).
My prompt is a simple '> ': no directory, no git, no venv -- I don't need to have that in my face all day long.
Years ago, I also chose an unusual color scheme: yellow text and dark blue background. This is based on the observation that human visual acuity peaks in the yellow/orange, and troughs in the blue, and so yellow on blue takes the least effort to see.
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#28Oh and my terminal window is slightly transparent. There is a sweet spot where I can still read e.g. this text through the terminal (if need be) while not getting annoyed by the transparency.
That plus I still have all the abilities of a "fancy" terminal emulator: tabs, large scroll window, hyperlink klicking, ....
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#29The font rendering is great and you can adjust padding, margin, etc. to tweak readability for your tastes. I'm a fan of plain background with good contrast color, larger than normal font, and a clean one character wide padding around the terminal. It feels a lot like a web browser display. I hate terminals that go for the smallest possible font and super dense output.