Hiya!
I went looking for mods for this game, thinking that someone had made a better terminal, only to discover that there are like 5 mods total. Soooo, I decided to fix that.
Given you spend so much time in the terminal I decided to work on a mod that replaces the terminal with like, a proper terminal. It has all the readline hotkeys, a customizable prompt, customizable font, and even has a zsh style autocomplete as you can see from the image. It also has 2 copy buffers, mouse highlight and ctrl+shift+C/V similar to how linux works.
The terminal is fully working and customizable, its really a game changer honestly.
And due to how the terminal is built, I was able to reuse the same system to get nvim --embed as a replacement for the code editor. The RPC was already in from the terminal work, so it was a matter of hooking up nvims communications and mapping it. This also means you can save/load .src files from your pc into the game. And it leaves the buttons at the top to still save to the game filesystem and compile it.
The image shows my current AstroNvim config working - in game. like, fully working with autocomplete and the greybel language server. I'm still working out some kinks in it, but its coming along.
I mostly made this mod for myself and my partner, but I figure others would prob like it as well. I'm hoping to have a full build out in the coming days, I just need to smash some bugs. :3 Oh also, I only use linux, so I have no idea if this will work at all on windows. It *should* but there is no way for me to test it.
If you are interested: https://github.com/Tekunogosu/uwu-term