voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.46k stars 79 forks source link

[feature request] `FloatermUpdateAll` to apply update settings to all windows #428

Open Rusteam opened 5 months ago

Rusteam commented 5 months ago

Environment

If you are using vim(not neovim), fill in the following blanks

If you are using neovim, just run :checkhealth floaterm and post the content

below.

floaterm: health#floaterm#check

common ~
- Platform: macos
- Nvim: NVIM v0.9.5
- Plugin: 3f01a62

terminal ~
- OK Terminal emulator is available

floating ~
- OK Floating window is available

Describe your question, feature request, or bug.

When running FloatermUpdate I'd like these settings to apply to all floaterm windows. A command like FloatermUpdateAll could implement just that.

Currently, one would have to run this command individually for each window.

P.S. I can try to implement it myself, but I'd require some guidance as I'm new to nvim and have little knowledge of lua.