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

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Hi I am using the suggested mapping ``` _G.set_terminal_keymaps = function...

This PR introduces the :ToggleTermBufferDir command, which allows users to switch the buffer directory in the terminal. If a terminal instance with a buffer directory wasn’t already there, one is...

### Current Behavior The current setup allow me to spawn multiple terminals, just like expected, meaning that `1` and `2` opens terminal 1 and 2 respectively. The current issue is...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Calling `toggle` twice in quick succession will not respect `persist_mode`/`start_in_insert` ###...

Currently, autochdir won't work for custom terminals. So currently I encounter scenarios like the following: Opening a custom terminal with i.e lazygit in a git project then closing the terminal,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ![image](https://github.com/akinsho/toggleterm.nvim/assets/52542390/174b5cff-aa2e-40ac-b2e8-c9b811be654b) At the botttom we can se name is provided but...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I send line to terminal, with whatever command, for example...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm putting this keybinding in my config file, as suggested [in...

we need a way to send keypress to terminal..... some users might want to send ctrl+c(keyboard interupt) to the terminal, specifically with code-runners that use toggle-term to run code.... to...

It might be quite difficult to manage the window of the `toggleterm`(for example, #97 and #484), so is it possible to allow users opening the toggleterm in the current window(direction="buffer"),...