Wez Furlong
Wez Furlong
You may also wish to look at `wezterm cli list` which shows the pane ids and titles of all of the panes in a list. Can you tell me more...
To clarify: you want to spawn a new tab, but instead of having it get added to the right-hand end of the set of tabs, add it immediately to the...
Extending `SpawnTab` with options similar to `MoveTab` and/or `MoveTabRelative` seems like the direction to go, but I'll think on it a bit more.
This should be fixed now in `main`. It typically takes about an hour before fixes are available as nightly builds for all platforms. Linux builds are the fastest to build...
This is improved by 39bb8b3f3943cb02aa723fb41c6a55e0195bebbc but I don't know if that's covered everything that you were seeing. Please give that a go and let me know! It should show up...
https://github.com/wez/wezterm/commit/94039c473bebbf35d4994863965ebd58c3647218 should fix the spawn optional field issue.
> * If I click on the OS window close button, the window immediately re-opens containing all workspaces except the one that was open at the time the window was...
It sounds like this is primarily a neovim bug, but is there something that should also be added to the wezterm terminfo file?
I don't think there is a clear "winner" between those: ``` ; infocmp -d xterm-direct256 xterm-256color comparing xterm-direct256 to xterm-256color. comparing booleans. ccc: F:T. comparing numbers. colors: 16777216, 256. pairs:...
Wayland is weird like this! If libdecor can improve things, then we're waiting on either one of: * https://github.com/Smithay/client-toolkit/issues/196 * https://github.com/cmeissl/libdecor-rs to be ready before we can start to investigate...