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

I have a simple on_stderr function in my setup function. ``` on_stderr = function(t, job, data, name) print("aaaaaaaaaaaaaaaaaaaaaa") require("toggleterm").toggle_all() end, ``` This prints and toggles the terminal if my terminal...

Since winbar is disabled for float terminal windows, I'm really missing information about the terminal. Will it make sense to have this status at the top of the float windows?...

The docs say: > WARNING: do not use any of the private functionality of the terminal or other non-public parts of the API as these can change in the future....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I open neovim and use the **open_mapping** (ex. ``) nothing...

I am writing plugin, which can build project. Looks good to use toggleterm as environment to run build command. I don't want to allow user to execute any other commands...

Hi, I'm using toggle-term without any issues on linux for zsh, bash, python, ... However when using it with powershell on linux i'm encountering the following issue. I have the...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When i open a horizontal terminal (for example) and press my...

I get this weird behavior when trying to manage multiple terminal instances using keymaps. ```lua vim.keymap.set("n", "", ":ToggleTerm size=20 direction=vertical", {noremap = true}) ``` It opens the terminal#1, all fine....

If you use Vim Sessions, e.g. `:mksession Session.vim` and then `nvim -S Session.vim`, the terminal buffer is restored but toggleterm.nvim doesn't recognize the restored terminal buffer as a "toggleterm" buffer....