aboutsummaryrefslogtreecommitdiff
path: root/terminals.md
blob: 2485ddfe8b42de69c091394473e24d1e1d0d2fc2 (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