Wez Furlong

Results 893 comments of Wez Furlong

And now there is `wezterm cli set-tab-title` for setting via the CLI

`main` now lets you do this: ```lua local wezterm = require 'wezterm' local act = wezterm.action local config = wezterm.config_builder() config.keys = { { key = 'E', mods = 'CTRL|SHIFT',...

FWIW, I think this is more a matter of figuring out how to get macos to disable rounded corners with OpenGL and Metal views. These are relevant questions with no...

@karambaq not yet, but keep you eye on this PR: * https://github.com/wez/wezterm/pull/2722

I think you can script this for yourself. Look at: * https://wezfurlong.org/wezterm/config/lua/wezterm/action_callback.html - to perform multiple actions in a keybind * https://wezfurlong.org/wezterm/config/lua/window/mux_window.html - to get the mux window from the...

@cd-a share the error message(s) that you see?

@cd-a please file an issue with complete repro steps and config

@joshuarubin https://github.com/wez/wezterm/commit/d36ad7ca7f9054a9d2b49ffe8696c3e617623194 or later

While that change in theory only changed some logic on the server, there were some other multiplexer changes that bumped the CODEC_VERSION over the weekend, and the client will give...

This should be resolved now in `main`. It typically takes about an hour before commits are available as nightly builds for all platforms. Linux builds are the fastest to build...