Live data from Hacker News

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

news.ycombinator.com

11–20 of 149 posts

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

#11
I was a happy urxvt user for years, but switched to Alacritty[1] about a year or so ago. My main reasons for switching were wanting better emoji support (urxvt handles Unicode admirably, but not emoji) and wanting a better configuration language (I hate writing Xresource rules).

I don't believe it's had a 1.0 release yet, but it's been stable in my use cases, and (perceptively) performant.

[1]: https://github.com/alacritty/alacritty

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

#12
I use tmux for all 'advanced' functionality, like scrollback and copy/paste, so I'm not picky as long as performance is good and basic features are present. The one thing is that I like to use a fullscreen dropdown terminal, so I do use Yakuake on KDE-based environments and Guake on GNOME-based ones.

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

#13
Emacs with eshell for the most part.

If I need something else, I'll use whatever comes with the DE, typically gnome term. It's alright. I don't mind it. It doesn't excite me.

I used cool retro term for a week or two there for the nostalgia and it was nice but a bit much for daily work.

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

#15
urxvt because of how light it is and because of its extensions, particularly the one for controlling the cursor with the keyboard. I often use it to do quick impromptu searches of the output of previous commands or to copy something. I also like the pseudo-transparency extension.

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

#17
I use Kitty!

Mainly because I wanted something a bit snappier than Tilix but configurable to basically behave the same way -- built in panes, same shortcuts, and input broadcasting. The last one took a script, but I've been happy with it.

An accelerated terminal is very helpful for watching tons of logs scroll by

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

#20
I use Konsole when I use Plasma and urxvt when I use Xmonad. Konsole is a no-brainer, it comes with the desktop environment and I like the ctrl+/ctrl- shortcuts to change the font size.

urxvt is more customizable, when I feel like it (that's also the case for Xmonad, now that I think about it).

Post reply on HN