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
If we do overlay use xxx, and then mess it up, we can get back to the beginning with overlay use -r xxx.
This does not seem to be possible for "dummy" overlays created with overlay new yyy. We can hide the overlay, but after that, overlay new yyy will just bring the hidden overlay from hiding.
Describe the solution you'd like
overlay new could have an -r flag, the same as overlay use, which would reset the overlay (to nothing).
Describe alternatives you've considered
Use new overlay with different name; or new instance of the nu shell
Additional context and details
No response
The text was updated successfully, but these errors were encountered:
Related problem
If we do
overlay use xxx
, and then mess it up, we can get back to the beginning withoverlay use -r xxx
.This does not seem to be possible for "dummy" overlays created with
overlay new yyy
. We can hide the overlay, but after that,overlay new yyy
will just bring the hidden overlay from hiding.Describe the solution you'd like
overlay new
could have an-r
flag, the same asoverlay use
, which would reset the overlay (to nothing).Describe alternatives you've considered
Use new overlay with different name; or new instance of the nu shell
Additional context and details
No response
The text was updated successfully, but these errors were encountered: