aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-02-03 10:07:41 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:31 +0100
commit006fd278784e0e872c34e66147e9069e48421b70 (patch)
treed220abea8f85f6f905ab479eb271821dc7c1d648
parentc2e52cbd6606828d57d0a6a1f42ca0acbc2836f7 (diff)
downloaddotnvim-006fd278784e0e872c34e66147e9069e48421b70.tar.gz
dotnvim-006fd278784e0e872c34e66147e9069e48421b70.zip
Some notes
-rw-r--r--terminal.md23
1 files changed, 23 insertions, 0 deletions
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
+