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

Hey! I've noticed a mildly annoying bug: if you open a terminal with `:ToggleTerm tab`, switch back to the original tab and then call `:ToggleTerm split`, then you get the...

Hi @akinsho and thanks for this awesome project 👍️! While playing with the configuration, I noticed a somewhat surprising behavior. Depending on how you order the configuration options, the `direction`...

First of all, excellent plugin and thanks a million for putting effort in this (and other) plugins. I'm using nvim-toggleterm daily in my workflow with a few custom functions for...

bug
enhancement

That could be great to have a list of opens terminal and to choose between them through a picker like Telescope for example.

https://user-images.githubusercontent.com/71810726/127414090-4d99a486-51ab-4f65-9af4-13a47cb44e97.mp4 Steps to reproduce : 1. open horizontal term 2. change to non-terminal buffer 3. :q 4. open horizontal term 5. use exit command 6. open horizontal term

If I click a #2 in a winbar like this ![image](https://user-images.githubusercontent.com/61115159/195673699-c505c89f-a18d-4955-b551-8a805fc3d9a4.png) it will open #2 split like this ![image](https://user-images.githubusercontent.com/61115159/195673828-d63db9f5-158a-4d1b-b2ba-e3815eff0897.png) But I think maybe in most situations, I just want #2...

If the first terminal I open in toggleterm is a hidden one with Terminal:new (floating), then :1ToggleTerm opens the hidden terminal instead a new one. Is there a way to...

bug
help wanted
low priority

https://user-images.githubusercontent.com/61395246/191591174-fe2e0f4b-2326-4f9e-b0ce-bea6ca905161.mp4 ```lua vim.api.nvim_create_autocmd("BufEnter", { pattern = "*.pdf", -- command = [[silent! execute "!nozathura '%' --fork" | :bd %]], callback = function() local path = vim.api.nvim_buf_get_name(0) vim.fn.jobstart({ "zathura", path }, {...

I sometime use a Japanese keyboard, and it don't have the `\` key, instead it have a `¥` key. It would be helpful for people like me who what to...

TT isn't a repl plugin. However, people keep asking for repl functionality because they want to improve their interface to their repl terms. In my mind, the perfect situation would...