[x] Your Hyper.app version is 3.2.3. Please verify you're using the latest Hyper.app version
[x] I have searched the issues of this repo and believe that this is not a duplicate
Any relevant information from devtools?(CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
N/A
Is the issue reproducible in vanilla Hyper.app?
yes
Issue
I've downloaded and used Hyper to complete my 2022 Web Development course through Udemy, however after completing a module I forgot to quit or "clear" the terminal after using MongoDB so the next time I opened up my Hyper terminal, I tried to "cd web development" and I type in "cd we" and hit "tab" to let it finish the rest automatically as it usually does and it does nothing. I even typed in "cd web development" and it still does nothing. I've looked in the Q&A on the Udemy course, googled how to clear your terminal after you've already exited, etc. This is a Windows PC and I cannot find an answer. I've just redownloaded to the latest version and still nothing.
This isn't a Hyper issue. It's likely that when you re-opened your Hyper terminal, it brought you to a new directory. The directory you're looking for is probably somewhere else in your computer.
[x] Your Hyper.app version is 3.2.3. Please verify you're using the latest Hyper.app version
[x] I have searched the issues of this repo and believe that this is not a duplicate
Any relevant information from devtools? (CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
N/AIs the issue reproducible in vanilla Hyper.app?
yesIssue
I've downloaded and used Hyper to complete my 2022 Web Development course through Udemy, however after completing a module I forgot to quit or "clear" the terminal after using MongoDB so the next time I opened up my Hyper terminal, I tried to "cd web development" and I type in "cd we" and hit "tab" to let it finish the rest automatically as it usually does and it does nothing. I even typed in "cd web development" and it still does nothing. I've looked in the Q&A on the Udemy course, googled how to clear your terminal after you've already exited, etc. This is a Windows PC and I cannot find an answer. I've just redownloaded to the latest version and still nothing.
.hyper.js contents
plugins
```json { "plugins": [], "localPlugins": [] } ```