akinsho / toggleterm.nvim

A neovim lua plugin to help easily manage multiple terminal windows
GNU General Public License v3.0
4.21k stars 170 forks source link

send buffer to terminal #514

Closed aloispichler closed 9 months ago

aloispichler commented 9 months ago

It is possible to send visible selections or the current line to the terminal. Is there a simple way to send the entire buffer to the terminal?

akinsho commented 9 months ago

Most of the visual selection and send to terminal commands are documented in the help docs please have a read there. The issue tracker isn't a good place to ask usage questions. There isn't a team of people working on this plugin so nowhere near enough capacity to answer a bunch of usage questions.