toggleterm.nvim icon indicating copy to clipboard operation
toggleterm.nvim copied to clipboard

A neovim lua plugin to help easily manage multiple terminal windows

Results 70 toggleterm.nvim issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When a terminal is already open and showing and I navigate...

I like to have multiple terminals active at once, but only one visible at a time. Switching between them is much easier if I can just go to previous/next terminal...

Hi, thanks for making this awesome plugin, it makes nvim's builtin terminal much more ergonomic and user-friendly. Sometimes I work on 2+ projects in neovim and keeps them in multiple...

This adds a `skip_toggle` option to allow users skip specific terminals when toggling. A use case is when using the file explorer [lf.nvim](https://github.com/lmburns/lf.nvim) which is based on toggleterm.nvim. A common...

Currently `:ToggleTermSendVisualSelection` sends lines to the REPL line-by-line, which in many cases breaks the behavior of code blocks. For example, when sending the following code to ipython ``` def hi():...

help wanted
REPL

I run Windows, and due to organizational constraints I'm forced to have spaces in my directories. I frequently want to execute the open Python file with `TermExec cmd="python %"`. As...

I migrated over to this plugin from [vim-terminal-help](https://github.com/skywind3000/vim-terminal-help) because I love switching terminals from the horizontal to floating directions on the fly. However, one difference that I noticed is that...

Delete the terminal from the list when you delete the buffer, not when the job exits. This allows you to continue toggling and viewing the output even after the job...

Added some more information to help new comers understand how to "untoggle" a toggled terminal window. This was initally very unclear for me so I hope it can help out...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When opening a terminal with: - `ToggleTermSendCurrentLine` - `ToggleTermSendVisualLines` The terminal...