Wez Furlong

Results 893 comments of Wez Furlong

Try this on the remote host: ```lua mux_env_remove = { -- "SSH_AUTH_SOCK", -- remove this line "SSH_CLIENT", "SSH_CONNECTION", } ```

OK, so what's happening here is: * When you first start the mux daemon, it discarded those environment variables. Subsequently spawned children of the multiplexer will have that same environment...

FWIW, if you're using `wezterm ssh` to connect to the remote network appliances mentioned in one of the links in the OP, then you can't simply pipe stuff. I've been...

> using the right-status but that is quite limited in size, as well as functionality. (doesn't seem to support hyperlinks or standard ansi color codes). Yes it does! [The example](https://wezfurlong.org/wezterm/config/lua/window/set_right_status.html)...

Please capture a terminal recording: * Launch wezterm. If possible, please use 80x24 for the terminal dimensions as it helps to keep things smaller and easier to manage. * Inside...

I was thinking earlier today that it would be nice to allow running a lua script against the internal lua runtime and set of modules. For example, the new color...

Related: * https://github.com/wez/wezterm/issues/1443 * https://github.com/wez/wezterm/issues/1308

If there was news it would be here, and mentioned in the [ChangeLog](https://wezfurlong.org/wezterm/changelog.html)

Folks, I have limited time for hacking on things that I don't or won't use. This is one of those features. I spend my available time how I want to...

@beckend neat! Have you experimented with `wezterm start --class` to set a different window class? That might help you avoid needing to change the window title