This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Allow "MAIN" shell to be dynamic #753
wonhyukchoi
started this conversation in
Ideas
Replies: 1 comment
-
Probably the easiest to do would be to check for other active terminals and just move them one index to the left (or until another shell takes the place of main). Like if you close the first browser tab. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Perceived idea awesomeness
Perceived idea difficulty
My request is twofold:
When we exit out of a shell, we default back to the MAIN shell, instead of the shell "just right of it" like it does in a standard terminal. Allowing shell exits to redirected to the "shell right next to it" might be convenient.
When we exit out of the MAIN shell, this causes the program to exit even if we have other shells alive. It'd be nice to dynamically re-assign this "MAIN" shell, or perhaps, eliminate the need for a MAIN shell ;)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions