blob: b14b5f1831a26b7064a9952a99975ce8a4c4c310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Terminals
## Currently
* WezTerm: https://wezfurlong.org/wezterm/
- Pros: fast, ligatures, binary release, easy to configure
- Cons: ???
- See `wizterm.lua`
* Kitty: https://sw.kovidgoyal.net/kitty/
- Pros: fast, ligatures, easy to configure
- Cons: terminfo over SSH, binary release requires new-ish dependencies, installing from source is fiddly
- See `kitty.conf`
* Xterm
- Pros: installed everywhere, good for fallback
- Cons: missing features, less configurable
- See: xterm.md and `xresources`
## Discarded
* Alacritty: https://alacritty.org/
- Pros: very fast
- Cons: no ligatures, no binary release, configuration isn't straightforward
|