-
Notifications
You must be signed in to change notification settings - Fork 1
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
term is always creating new instances #5
Comments
also i noticed when i close the term window now with c-\ c-n c-w c vim creates a new empty line in the current buffer |
actually that stopped happening |
Great news ! |
i dont really know what would help you with debugging |
I'm extracting the shell from |
yes, maybe lets try hardcoding the shell to bash or sh or smth and see if it then works for me, or what are you using? |
ill change my $SHELL wait |
Neovim can't spawn a new floating kitty instance if that's what you're looking for, you'd need a global keybind and some WM rules |
nah thats fine |
so it is still happening with sh |
I think I'm lost, what exactly is happening ? |
oh im sorry, so you said the terminal would be persistent, what im doing to test it is
but its not, its just a blank shell |
Oh I thought that's what you meant in
sorry, I didn't read the whole answer ^^' |
so since we are on the same page now, i tested setting my $SHELL to sh and it still opened a new instance, meaning its not my zsh config or smth weird with it. |
Could you manually try to jump to a terminal buffer ? You can list them using |
i pulled a few minutes ago, |
also something else is happening: |
i see i need to explicitly |
the consequence of the hidden buffer is also that i cant just quit vim, i get: |
this doesnt happen with |
The only possible way I can see this happening is if you were closing the terminal buffer you were ending the terminal job. Can you try something like |
with |
Oh so you mean everything works with |
yes everything works |
All right, I'll add it to the doc ! |
It's added to the doc now ! |
Thanks for the debugging ! I'm closing the issue now. |
thanks for bearing with me |
Toggle works ok but if type exit in terminal: |
This is due to a recent change, should be easy to fix ! |
You are so fast :) |
Should be done ! |
Yes it works now. |
No description provided.
The text was updated successfully, but these errors were encountered: