Live data from Hacker News

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

news.ycombinator.com

71–80 of 149 posts

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

#71
post #33

foot - https://codeberg.org/dnkl/foot Fast, lightweight and minimalistic Wayland terminal emulator. Features: * Fast * Lightweight, in dependencies, on-disk and in-memory * Wayland native * DE agnostic * Server/daemon mode * User configurable font fallback * On-the-fly font resize * On-the-fly DPI font size adjustment * Scrollback search * Keyboard driven URL detection * Color emoji support * IME (via text-input-v3)…

Came here to say this. nvim +term in tmux in foot.

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

#75

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.

+1 xterm. Terminal boot time is the only thing that matters to me when I open hundreds of them a day.

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

#76
post #18

Kitty is an amazing terminal if you are willing to spend some time to learn and customize it. Take a look at the screencast on its website, it is super powerful and will make your coworkers and friends jealous. https://sw.kovidgoyal.net/kitty/

> if you are willing to spend some time to learn and customize it.

What do you take time to learn/customize about kitty?

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

#77
post #27

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.

I use plain xterm as well. With 6x13 aka 'fixed' bitmap font. 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 si…

With `pwd`, `gb` and `gs` why do I need prompt taking up horizontal space?

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

#78
post #33

foot - https://codeberg.org/dnkl/foot Fast, lightweight and minimalistic Wayland terminal emulator. Features: * Fast * Lightweight, in dependencies, on-disk and in-memory * Wayland native * DE agnostic * Server/daemon mode * User configurable font fallback * On-the-fly font resize * On-the-fly DPI font size adjustment * Scrollback search * Keyboard driven URL detection * Color emoji support * IME (via text-input-v3)…

Also came here to say foot. Hands down the best terminal I've used.

Kitty was alright but I prefer a bitmap font in terminals and I'd rather have one that just lets me use it without having to do tricks which you have to do with Kitty.

Alacritty is also good but I don't care about X support at all.

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

#79
post #27

Earlier quoted context omitted.

I use plain xterm as well. With 6x13 aka 'fixed' bitmap font. 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 si…

With `pwd`, `gb` and `gs` why do I need prompt taking up horizontal space?

zsh has a built-in feature which shows the cwd aligned to the right end of the prompt line. It even disappears if you happen to type far enough into the line.
Post reply on HN