toggleterm.nvim
toggleterm.nvim copied to clipboard
A neovim lua plugin to help easily manage multiple terminal windows
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.
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`  # `:termial` 
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...