wavetermdev / waveterm

An open-source, cross-platform terminal for seamless workflows
https://www.waveterm.dev
Apache License 2.0
3.15k stars 72 forks source link

Support a full sizing for tools like neovim #665

Open AM-I-Human opened 1 month ago

AM-I-Human commented 1 month ago

Is your feature request related to a problem? Please describe. When I run neovim, it run correctly, but inside a cell. This cause a weird feeling because you have all the outer interface on it and you have the execution cells on the bottom

Describe the solution you'd like Ideally will be nice to have a mode that enable a tmux/zellji workspace, maybe it can start with an extra button on top of a cell or an auto command for nvim. Looking at Warp, it does something like this.

Here the screenshot of what its like. PS:nerdfonts are not supported yet #359 but I didn't change the font yet idk how to do it. #83 Screenshot 2024-05-29 at 11 58 00

AM-I-Human commented 1 month ago

I solved the issue with nerd fonts by using /client:set termfontfamily="My Nerd Font Mono" I can see the nerd font, so it only need to patch the default font and you have something to start with. If needed I can provide the docker comand that I used (I have it on my other pc.)

AM-I-Human commented 1 month ago

I notice that the cursor is not visible