nvim-toggle-terminal
nvim-toggle-terminal copied to clipboard
NeoVim plugin that toggles a terminal buffer in the current window maintaining the same shell instance
The current setup forces you to configure all your terminals in the same way, but there should be a way to not be intrusive.
Two reasons: 1. Practicing lua plugin development 2. Removing problematic parts like some weird scoped variable names used to scope the terminals
This would be useful to not include the terminal in saved sessions, using autocomands
provide the option to open the terminal on a new tab instead of the same window
I didn't see any description about split and change terminals. Have you supported it yet? If not, how can I custom by myself? Thank you