diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-02-03 10:09:14 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | 148a09d954061055e7376e35747943bd6cde18d7 (patch) | |
tree | 922dc61660632067ce2f69724c77ceab7e772f5d /terminal.md | |
parent | 006fd278784e0e872c34e66147e9069e48421b70 (diff) | |
download | dotnvim-148a09d954061055e7376e35747943bd6cde18d7.tar.gz dotnvim-148a09d954061055e7376e35747943bd6cde18d7.zip |
Renamed
Diffstat (limited to 'terminal.md')
-rw-r--r-- | terminal.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/terminal.md b/terminal.md deleted file mode 100644 index b14b5f1..0000000 --- a/terminal.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 - |