nikvdp / neomux

Control Neovim from shells running inside Neovim.
MIT License
350 stars 11 forks source link

Multiple term windows? #21

Closed pencilcheck closed 1 month ago

pencilcheck commented 8 months ago

Is it possible? right now it seems like all term has only one shared buffer and sometimes I want multiple of them

nikvdp commented 8 months ago

Hi @pencilcheck, yes it's possible I primarily use it with multiple terminals. The default <C-w>t mapping should open a new terminal in a separate window. Is that not working for you?