Wez Furlong

Results 893 comments of Wez Furlong

I think the path forwards here is something like: * Rename the current set of movement actions to be something like `ViMoveForwardWord` to indicate when they behave like vi *...

https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Movement is the sort of thing I'm thinking about here

I'm not sure exactly what you mean by jittering; could you capture a screen recording that shows it?

This looks like the client side decorations in the titlebar being out of sync, which is (unfortunately) expected behavior. The plan for this is https://github.com/wez/wezterm/issues/1180 and to remove the toolkit...

39e727db5831e624a68eeb4592aa145cdd98af1a does a better job of making the tab bar occupy the full width. the client side decorations still seem impervious to being in sync, no matter what I try.

The panic portion of this is fixed now in `main`, but I haven't put any significant thinking into reconciling the different screen sizes yet.

We now make a small effort to resize to the max height + width of the local and remote. It's imperfect, but a bit better than the nothing we were...

Can you describe in more detail what you're doing when you notice that it is slow? What is the ping/round-trip latency between the local and remote hosts? How large is...

Try setting `local_echo_threshold_ms = 300` to discourage the local predictive echo?

Can you list out the precise steps required to reproduce this? I understand that it is intermittent, but I want to make sure that I understand what tends to trigger...