nvim-toggle-terminal icon indicating copy to clipboard operation
nvim-toggle-terminal copied to clipboard

NeoVim plugin that toggles a terminal buffer in the current window maintaining the same shell instance

Results 5 nvim-toggle-terminal issues
Sort by recently updated
recently updated
newest added

The current setup forces you to configure all your terminals in the same way, but there should be a way to not be intrusive.

enhancement

Two reasons: 1. Practicing lua plugin development 2. Removing problematic parts like some weird scoped variable names used to scope the terminals

enhancement

This would be useful to not include the terminal in saved sessions, using autocomands

enhancement

provide the option to open the terminal on a new tab instead of the same window

enhancement

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