skywind3000 / vim-terminal-help

Small changes make vim/nvim's internal terminal great again !!
MIT License
246 stars 32 forks source link

Add option to make terminal buffers unlisted #23

Open BlueDrink9 opened 4 years ago

BlueDrink9 commented 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.

Would you be willing to create such an option?

swtch1 commented 4 days ago

Isn't this what g.terminal_list = 0 does? vim.g.terminal_list = 0 in lua.