kassio / neoterm

Wrapper of some vim/neovim's :terminal functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

g:neoterm_open_in_all_tabs doesn't seem to do anything

bartbkr opened this issue · comments

I have tried setting g:neoterm_open_in_all_tabs to 1 and when I run :T commands they all seem to be directed to my first terminal.

As a sanity check, I checked the source code for neoterm and I don't see g:neoterm_open_in_all_tabs referenced anywhere, other than the help or setting a default value. I believe that I want the feature as described in the help, with each tab having a dedicated terminal and :T commands communicating with the same tabs terminal by default. Is this currently supported?

At some moment this was renamed to g:neoterm_term_per_tab and the documentation/code wasn't updated. Sorry about that.

It should be working properly now with g:neoterm_term_per_tab.