What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
31–40 of 57 posts
Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#32wezterm has lots of bells and whistles, but is fast and you can ignore the other features.
I just don't use the built in multiplexer or whatever.
I think if you're running tmux, a lot of kitty/alacrity's performance is mooted anyway?
Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#33Alacritty is simple and fast[0] (it does have mouse support, but no tabs, sessions, or startup scripts as far as I know. Configuration is all via config file.). Is that the kind of thing that you were looking for? [0] https://github.com/alacritty/alacritty
Regarding terminal emulators, I believe that by "fast" people usually mean "low latency" instead of "high throughput". Apparently alacritty has a good performance on thoughtput according its benchmark with vtebench, but it does not provide good latency performance according to [0]. [0] https://danluu.com/term-latency/
Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#34Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#35Alacritty is simple and fast[0] (it does have mouse support, but no tabs, sessions, or startup scripts as far as I know. Configuration is all via config file.). Is that the kind of thing that you were looking for? [0] https://github.com/alacritty/alacritty
Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#36Alacritty is simple and fast[0] (it does have mouse support, but no tabs, sessions, or startup scripts as far as I know. Configuration is all via config file.). Is that the kind of thing that you were looking for? [0] https://github.com/alacritty/alacritty
Regarding terminal emulators, I believe that by "fast" people usually mean "low latency" instead of "high throughput". Apparently alacritty has a good performance on thoughtput according its benchmark with vtebench, but it does not provide good latency performance according to [0]. [0] https://danluu.com/term-latency/
Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#37Alacritty is simple and fast[0] (it does have mouse support, but no tabs, sessions, or startup scripts as far as I know. Configuration is all via config file.). Is that the kind of thing that you were looking for? [0] https://github.com/alacritty/alacritty
Regarding terminal emulators, I believe that by "fast" people usually mean "low latency" instead of "high throughput". Apparently alacritty has a good performance on thoughtput according its benchmark with vtebench, but it does not provide good latency performance according to [0]. [0] https://danluu.com/term-latency/
The newer issue[1] appears to state that latency isn't an issue on Wayland as it already has frame scheduling support, but their proposed fix targets X11, MacOS and Windows.
I was quite surprised as I hadn't noticed any latency using alacritty, but I've been on Wayland for some time so that might be the reason.
Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#38You can disable everything in it. I just use it mainly for the panes.
Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#39Re: What's a good Linux terminal emulator that doesn't try to reinvent TMUX?
#40sakura