nyngwang / NeoZoom.lua

A simple usecase of floating window to help you focus.
MIT License
184 stars 15 forks source link

Preserve 'nowrap' on toggling #87

Closed mxgrn closed 7 months ago

mxgrn commented 11 months ago

When I return from the zoom mode back to the original, the nowrap window setting gets reset.

Expected behavior: the nowrap setting on the window should always be preserved when toggling the zoom.

nyngwang commented 7 months ago

One of the original ideas is to provide a sandbox buffer in the zoom-in mode, i.e. everything will be reset on zoom-out. If your original buffer has the nowrap set, this plugin won't touch it.

mxgrn commented 7 months ago

But this is exactly what "preserve" means: don't change it. And as far as I remember, it was always getting reset. As I no longer use this, feel free to close.