You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using neovim (lazyvim) for a few months now and it's been great. However, I noticed recently that the behavior for toggling the terminal has become inconsistent. For repos that are 1 to 2 level deep, toggling the terminal always brings up the exact same terminal. However, for deeply nested ones, toggling the terminal sometimes brings up a terminal that is tied to a tab(buffer):
I start on tab A which contains the contents of a file at the root
I toggle the terminal (ctrl+/) and the terminal appears
I run the top command in the terminal
I toggle the terminal again and the terminal hides
I switch to tab B which contains the contents of a file 3-4 dirs deep
I toggle the terminal expecting to see the output of top BUT i get a new terminal. So
I toggle the terminal to hide it
I switch back to tab A
I toggle the terminal and I see top running.
Is this the expected behavior? I hope not.
Here's my config:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Screencast.From.2025-02-14.20-45-08.mp4
I've been using neovim (lazyvim) for a few months now and it's been great. However, I noticed recently that the behavior for toggling the terminal has become inconsistent. For repos that are 1 to 2 level deep, toggling the terminal always brings up the exact same terminal. However, for deeply nested ones, toggling the terminal sometimes brings up a terminal that is tied to a tab(buffer):
Awhich contains the contents of a file at the rootctrl+/) and the terminal appearstopcommand in the terminalBwhich contains the contents of a file 3-4 dirs deeptopBUT i get a new terminal. SoAtoprunning.Is this the expected behavior? I hope not.
Here's my config:
All reactions