aboutsummaryrefslogtreecommitdiff
path: root/terminals.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-02-03 10:09:14 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:31 +0100
commit148a09d954061055e7376e35747943bd6cde18d7 (patch)
tree922dc61660632067ce2f69724c77ceab7e772f5d /terminals.md
parent006fd278784e0e872c34e66147e9069e48421b70 (diff)
downloaddotnvim-148a09d954061055e7376e35747943bd6cde18d7.tar.gz
dotnvim-148a09d954061055e7376e35747943bd6cde18d7.zip
Renamed
Diffstat (limited to 'terminals.md')
-rw-r--r--terminals.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/terminals.md b/terminals.md
new file mode 100644
index 0000000..2c666d6
--- /dev/null
+++ b/terminals.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, 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
+