@fasterthanlime Wezterm on linux here, the killer features for me are Panes and Tabs like Kitty, but also an SSH multiplexer:
`wezterm ssh [COMMAND]` opens a terminal where every pane/window is an ssh connection, only issue is that it doesn't support the whole ssh protocol (`ForwardAgent` was not working last time I checked).
I have an irrational dislike for YAML, but otherwise I'd be using Alacritty
@[email protected] iterm user here. what's wezterm?
@fasterthanlime WezTerm user right here! And used kitty as my driver before that (still do, a little - it's also great). WezTerm is still a little raw compared to kitty wrt stability and a couple of missing features, but it has other features kitty lacks, and I love the choice of lua for config (both for itself and because I can use fennel!)
Was a little skeptical of the multiplexing at first, but now I love it, and I don't have much conflict since I only use tmux when persisting a session
@[email protected]@[email protected] about to become one lol

@fasterthanlime Been using WezTerm for some time, it's great!
I do wish there was a Fedora repo for updates, though 😅
@fasterthanlime nya
(I’ll try wezterm… some day)
@fasterthanlime weztern user here. I used to use kitty but I like the command pane and the copy feature more.
Also the new kitty keyboard protocol (allows you to use ctrl/alt and send it to programs) are only supported by wez, kitty, and foot afaik
I second Alacritty. I tried a bunch including kitty and warp but found the Alacritty to be the most enjoyable.
@growse @fasterthanlime I picked up wezterm recently, basically randomly off a list of terminal emulators I could install in NixOS
it's pretty nice; being able to customize it with a lua config file is surprisingly handy
It's not perfect, but being able to ditch tmux and use wezterm as an actual, keyboard-drivable multiplexer is pretty awesome. I'm still at the start of this, but my config is at: https://github.com/growse/dotfiles/blob/main/.config/wezterm/wezterm.lua
@fasterthanlime I've been using Alacritty on my Macbook and love it.
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance.
@fasterthanlime I've been using iTerm2 for a very long time. Never had a problem with it and never needed any other features!
@fasterthanlime right now it’s iterm for me
There’s others, but I keep coming back to it because it’s super easy to set up and use
Just make sure to disable the setting which turns off gpu-acceleration on battery; it’s under “magic”
@ayushnix true, unfortunately. the maintainer seems to be unwilling to answer to user feature requests, even incredibly basic ones, and that's a shame.
i've never needed to disable italics though, so i've never ran into this personally. i was mostly thinking of this when referring to a high degree of customization: https://github.com/kovidgoyal/kitty/pull/5969