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

Hi, first of all Thank You for this plugin! I encountered some strange behavior with "fullscreen" / TUI terminal apps like `lazy-git`, `bacon` (Rust test runner) or `ranger`: I'll split...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior when switching from one session to another session, with terminal not...

Is it possible to open the winbar in the floating terminal, or provide a configuration field to toggle winbar. https://user-images.githubusercontent.com/59989961/236269903-83b8a7a4-dcd3-4c0c-ab29-b5c5b4dec7dd.mp4 I can tell which terminal I am currently in through...

Current implementation is auto close term when switch from a float terminal. I found the implementation is in toggleterm.lua: ``` lua local function handle_term_leave() local _, term = terms.identify() if...

enhancement
help wanted
difficulty: easy

This added setting is ment to put the command sent to the terminal buffer in quote. This is for compatibility with git bash in Windows where the way neovim sends...

Not sure what shape this should take yet/what is actually valuable here. This will be user configurable but by default the idea is to show the terminal ID, I see...

### TL;DR Introducing of **ToggleTermFloatNext/ToggleTermFloatPrev** commands for the `float` terminals. Just switching to the next/previous terminal id from the list in a cycled manner. ### Motivation Since I usually use...