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 67 toggleterm.nvim issues
Sort by recently updated
recently updated
newest added

Proof-of-concept for #289.

Hi there! I've been using this plugin for quite a while (it finally got me off of tmux!), and wanted to ask for your opinion on this idea for a...

Noticed this just today. Sometimes, after using nvim for a while and opening the terminal a few times, when I toggle the terminal it shows NORMAL mode. I have to...

I tried to map `` to `` in terminal mode to switch to the normal mode. But it doesn't work, instead, it just toggles the terminal. Maybe it's not a...

I would like to change the winhl of my toggleterm buffer, but it doesn't look to me this is possible now.

upstream

Hi, thanks for the cool plugin! Simple and adds a lot imo. I am not sure if this is a limitation that is caused by neovim, but would it be...

Hi. Is there any reason why side-by-side is not supported for tabs? If not, can I turn this into a feature request? 😄 Thank you!

Would it be possible to use a list as terminal command instead of using a string? The [jobstart() api](https://neovim.io/doc/user/builtin.html#jobstart()) it is possible to supply a list, which is often convenient...

# `:ToggleTerm` ![屏幕截图 2022-03-22 210325](https://user-images.githubusercontent.com/65008815/159489384-db1fe4f6-2a2a-4b26-aa5a-eae942de1987.png) # `:termial` ![屏幕截图 2022-03-22 210430](https://user-images.githubusercontent.com/65008815/159489578-628cbd9d-264e-475c-afdd-fbd45b88268a.png)

My use case: I have a command to toggle all TUI on and off but not the open text buffers. So say I have Nvim-tree and ToggleTerm I hide both...