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

How to hide or customise this bar. I'd want a usual separator line between terminal splits, with number identifier at max. How do I achieve this ?

A `:TermRedo` or similar. This command would re-execute the previous `TermExec cmd=[..]`. This is useful because you can bind that to a keymap where you can quickly re-run a command...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When setting `hide_numbers = true` and have `vim.opt.signcolumn = "yes"`, open...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior according to the documentation i setting the `dir` option to `git_dir`...

Fixes #579. Added a `shading_ratio` option that defaults to `-3`. The bright background shading factor becomes `config.shading_ratio * config.shading_factor` after this change. No breaking change is introduced by this pr.

My Neovim setup changes its theme based on its OS dark mode setting. The main problem is that toggleterm hardcodes the shading factor of light/dark background. > the percentage by...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm using mutiple floating terminals and switch between them using `TermSelect`....

:robot: I have created a release *beep* *boop* --- ## [2.12.0](https://github.com/akinsho/toggleterm.nvim/compare/v2.11.0...v2.12.0) (2024-06-25) ### Features * add shading_ratio option ([#580](https://github.com/akinsho/toggleterm.nvim/issues/580)) ([74ce690](https://github.com/akinsho/toggleterm.nvim/commit/74ce6904e10e9bf2b7ffde598afc106c1d61e59c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).

autorelease: pending

When changing branches via toggleterm & lazygit, your buffers don't automatically update with the new branch contents. Currently, you have to run a manual `:e!` command or restart neovim to...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Currently with a set up like this: ```lua return { 'akinsho/toggleterm.nvim',...