-
-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't edit scrollback in neovim #2302
Comments
How did you set up neovim as your scrollback editor? could you paste the configuration here? Be it through |
I used the
|
Is there any further information I can provide? |
On the flipside, this works perfectly for me and lots of other users - so I can point the finger the other way :) I'd try to make the problem smaller to find out what the issue is. eg. make the path absolute rather than using a shell invocation with |
I'll try creating a more minimal reproducible example |
I'm pretty sure this is now fixed in main, will be released in the next release. |
Installing the latest version of zellij from git ( |
Could you please copy the literal string you're setting up as your editor? Otherwise it's just guesswork :) |
I did some further exploration, and I've identified that the scrollback fails only when starship is used as the terminal prompt. Should I rename this issue or open a separate issue for that? Should I open an issue on starship's repo instead? I can't tell if its a zellij issue or a starship one.
|
ok I reran the test, being sure to I think some environment variables must have still been in the zellij server when I attempted the previous message, which gave misleading results. By starting from a truly clean slate with pkill, I only can reproduce the issue when I use Thanks for your patience, sorry for not being as thorough as I could be in my reproduction! |
No worries, glad it's working. Would still be curious to know what was in that |
Typing I added |
Basic information
List of programs you interact with:
Neovim config is the default one (i.e. no config).
Further information
The scrollback gets edited correctly when recording with asciinema and then opening zellij, but if I instead open zellij without asciinema recording, the scrollback edit just goes to an empty file:
I type
:q
to quit nvim, and get this:Then I type it again, and it exits.
The text was updated successfully, but these errors were encountered: