akinsho / toggleterm.nvim

A neovim lua plugin to help easily manage multiple terminal windows
GNU General Public License v3.0
4.24k stars 170 forks source link

How to open a buffer from float term using neovim remote? #474

Closed xbladesub closed 1 year ago

xbladesub commented 1 year ago

Is it possible to open a new buffer (?send to existing) from float term using neovim remote? Currently if I use nvr myfile inside float term - it opens this file in place, but I would like to open it not in float

akinsho commented 1 year ago

@xbladesub it's probably better to ask these questions on reddit or somewhere else. I'm not even sure if this question really relates to toggleterm at all it seems to be about some external plugin and how it interacts with toggleterm which really isn't something that should be being reported as an issue. I think you'll have to do some experimenting in your config about this