Most active commenters

    ←back to thread

    Okay, I Like WezTerm

    (alexplescan.com)
    488 points alexpls | 16 comments | | HN request time: 0.872s | source | bottom
    1. bdhcuidbebe ◴[] No.41224280[source]
    Whats not to like of wezterm??

    My favorite and often overlooked feature is that wezterm is fully cross os, so if you work like me in Linux, macOS and Windows, then you can just learn wezterm and be done. I even share large parts of my terminal config across os:es.

    replies(6): >>41224413 #>>41224795 #>>41225803 #>>41228012 #>>41229087 #>>41229177 #
    2. Barrin92 ◴[] No.41224413[source]
    that's where the language choices really matter I think. Lua as a programmable configuration language shines because it makes it quite easy to make environment specific changes. Also I think underrated side effect of Rust. A lot of the modern rust tooling has great cross platform support probably because there's a good abstraction layer between language and OS.
    replies(1): >>41225643 #
    3. jasonjayr ◴[] No.41224795[source]
    I used wezterm a long while after switching from urxvt. There was a GPU memory leak or something, becuase after opening a bunch of terminals, I found that Graphics in firefox started lagging and dragging. I switched to kitty (And Microsoft Terminal on windows), but I use tmux inside (apparently much to the authors annoyance).

    I should wezterm another look ...

    replies(2): >>41225012 #>>41225303 #
    4. tjoff ◴[] No.41225012[source]
    I've had similar issues the last few months and have had to switch back to alacritty on every machine I own.
    5. bbkane ◴[] No.41225303[source]
    If macos, it's maybe the same issue as https://github.com/wez/wezterm/issues/2669 . There's a config fix there that fixed the lag for me
    6. 0cf8612b2e1e ◴[] No.41225643[source]
    Isn’t that more just any language not C or C++? Go, Rust, Java, Python, etc all abstract away significant OS specifics. There are always going to be some thorny differences, but any modern language makes cross compatibility possible in a way that is more challenging for C.
    replies(1): >>41227132 #
    7. cbm-vic-20 ◴[] No.41225803[source]
    The one thing I don't like about WezTerm, at least the reason why I stopped using it, is related to how it handles copying wrapped lines into the clipboard. It might just be me, and how I use tmux, but I found that when copying a line that gets wrapped, it includes a newline in the copied text. Very annoying, and I think it has to do with the interaction between WezTerm and tmux.

    I don't have enough evidence to create a good bug report, and I WezTerm has its own terminal multiplexing server ("ssh domains"), so it's probably not important enough to fix anyway. I don't want to install the WezTerm multiplexing server everywhere, and tmux is pretty much on all of the places that I ssh into already.

    Other than that, WezTerm is great!

    replies(2): >>41226988 #>>41229620 #
    8. evandrofisico ◴[] No.41226988[source]
    It's not tmux specific, i have had the same issue and for me, it was a showstopper.
    replies(1): >>41229145 #
    9. blt ◴[] No.41227132{3}[source]
    It's not just the language/library: build systems are also a big obstacle for x-platform GUI apps in C.
    10. drdaeman ◴[] No.41228012[source]
    It is not performing well for me, tends to just freeze for a few seconds when switching tabs after some time. No idea why (large scrollback is my only guess, but I'm not sacrificing that) and how to diagnose this.

    I switched to Kitty, and while it has its share of issues, at least it works.

    11. progbits ◴[] No.41229087[source]
    My main pain point switching between work macbook and personal linux machines is the shortcuts. The macos configuration options are limited and require various hacks, and while I could configure things on linux to match I really don't like the macos shortcuts. So I end up with a weird mix and each time I switch keep pressing the wrong keys all the time...

    Anyone found a good setup that works for them?

    replies(1): >>41231458 #
    12. Cyphus ◴[] No.41229145{3}[source]
    I’ve yet to try WezTerm myself, but this single issue would make me switch back to Alacritty.

    I did some searching and it looks like the issue might be fixed in latest nightly. See https://github.com/wez/wezterm/pull/5396

    replies(1): >>41242449 #
    13. hughesjj ◴[] No.41229177[source]
    Also it's well tested on all three. One look at wez' repo vs the rest in terms of GitHub actions, issues, and documentation was all the convincing I needed back in like 2019. Haven't turned back since. Heck it even supports tabbing out of the box!

    It's the first terminal to truly replace urxvt for me in terms of support and speed. Before I was running termite and kept urxvt as a backup for some odd situations where termite got buggy.

    14. hrez ◴[] No.41229620[source]
    It's not just you. I gave up on Wez for that reason and after my comment on https://github.com/wez/wezterm/issues/4706 was ignored and issue autoclosed.
    15. gaws ◴[] No.41231458[source]
    Look into using Keyboard Maestro and configuring shortcuts exclusive to Wezterm.
    16. marcosnils ◴[] No.41242449{4}[source]
    can confirmed it's fixed in nightly!