blob: b09b932c1c6a0602769355f06b822ee5bd9780c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Terminals
## Currently
* WezTerm: https://wezfurlong.org/wezterm/
- Pros: fast, ligatures, binary release, easy to configure
- Cons: ???
- See `wizterm.lua`
* Xterm
- Pros: installed everywhere, good for fallback
- Cons: missing features, less configurable, no ligatures
- See: xterm.md and `xresources`
## Discarded
* Alacritty: https://alacritty.org/
- Pros: very fast
- Cons: no ligatures, no binary release, configuration isn't straightforward
* 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
|