zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.46k stars 613 forks source link

Slow navigation in command prompt #3471

Open aschleifer opened 4 days ago

aschleifer commented 4 days ago

Since a few days I have the strange behavior that navigating within a command prompt is very slow. It worked fine before but lately when I have a command already in the prompt and want to move in it, it is very slow and sluggish.

I'm running on zellij-git AUR package but I haven't updated it recently so I'm not 100% sure on which state I am and I can't update right now due to https://github.com/zellij-org/zellij/issues/3470 .

It doesn't matter if i run a highly configured zsh in zellij or a plain unconfigured bash.

The hardware I'm running on is Lenovo ThinkPad T14 with I7 core.

rexjoe commented 3 days ago

Same problem with zellij v0.41.0 (https://github.com/zellij-org/zellij.git#8e33b205)

imsnif commented 3 days ago

Can I get a little bit more details about this? Maybe a gif? I'm not sure I understand the issue (I might require debug logs later, but at least for now I just want to understandit)

aschleifer commented 3 days ago

This navigation is ultra slow for me. I ruled out my zsh (it works fast without zellij) and i have the same effect with bash in zellij.

As additional infomation: This is on alacritty

imsnif commented 3 days ago

I'm reproducing this with bash, thanks! Will make sure to take care of this before the release.

Just to stress for others who might be reading this: while there can of course be legitimate reasons to do so, it's very much not recommended to run Zellij from main directly. This is pre-release code that is prone to repeated breakages (and might even pollute the local cache and thus break future release versions). It's very much recommended to only use the latest release.

aschleifer commented 3 days ago

I managed to build the latest main branch but the issue persists.