Open BlueDrink9 opened 4 years ago
Currently, if I switch to the next tab, I might end up with this plugin's terminal buffer full-window instead of the desired buffer.
This would be solved by calling setlocal nobuflisted when starting the vim-terminal-help terminal.
setlocal nobuflisted
Would you be willing to create such an option?
Isn't this what g.terminal_list = 0 does? vim.g.terminal_list = 0 in lua.
g.terminal_list = 0
vim.g.terminal_list = 0
Currently, if I switch to the next tab, I might end up with this plugin's terminal buffer full-window instead of the desired buffer.
This would be solved by calling
setlocal nobuflisted
when starting the vim-terminal-help terminal.Would you be willing to create such an option?