Full screen terminal
Hi again, hope you're well,
It would be great if the integrated nvchad terminal was full screen-able, maybe natively or with a plugin..?
I've tried several plugins to try to full screen the terminal, but when I try to do it the terminal session just gets shut down and disappears.
I haven't yet tried mini.misc, but currently using windex terminal, i think. I've also tried maximize and zoomwin...
Separately, but along the same lines, is there a way to bind moving away from a terminal in insert mode? I tried to map('t', '<A-n>', '<C-\\><C-N><C-w>h'), but that doesn't work..?
thank you!
:term
@siduck yeah, that works, but then they are not available in the terminal picker and there's only a single instance
guess this is more of a feature request for nvTerm
hmm i'll do something about this
the terminal picker takes data from the global
i'll do it in april, on a break rn
sounds good enjoy your break! thank you, :term does not behave the same way a native nvchad terminal does, you don't see it in the term picker, and you can only open a single :term instance.
left :term, right <leader>v
yes cuz leader v runs nvchad.term module which saves stuff in the global and the telescope picker captures it
ah i see! but then unsure why nvchad.term is not succeptible to full screen, it doesn't get assigned a buffer?
any idea with remapping <A-n>?
ah i see! but then unsure why
nvchad.termis not succeptible to full screen, it doesn't get assigned a buffer?
its not buflisted, there's no option for fullscreen term in nvchad.term
:term is supported now
if you would feel like building it in, i found that mini.misc zoom() works really well with native nvterm for full screen!
https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-misc.md
btw you can make floating window as full screen too, i just didnt allowed raw values yet, if you want then i'll do