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

[Feature request/Question] `TermExec` change terminal options for floating windows #506

Closed bogdan-the-great closed 10 months ago

bogdan-the-great commented 10 months ago

Is there a way to run a command using TermExec and change options (width, height) of only this terminal? I'm running fff file manager in floating window and would like to make it smaller, but for my normal terminal to stay bigger.

akinsho commented 10 months ago

@piotr-marendowski I believe that you can already pass the size command and some other to the TermExec command. I haven't triple checked but if not, I'm open to PRs. It's not something I have the time to get into though.