From 006fd278784e0e872c34e66147e9069e48421b70 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 3 Feb 2022 10:07:41 +0000 Subject: Some notes --- terminal.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 terminal.md diff --git a/terminal.md b/terminal.md new file mode 100644 index 0000000..b14b5f1 --- /dev/null +++ b/terminal.md @@ -0,0 +1,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 + -- cgit v1.2.3