Open
Description
Example use case: <C-w>gF
from a window not intended to regular edition, with restricted set of options, e.g. nonumber
. The new window inherits such set which usually is not useful.
Such new option would allow opening new windows with options independent on original window.
My real often experienced example is jumping from nvim-dap-ui scopes window (paths from stack traces) in that way, but I suspect that there is more examples when such option would be useful.
The direct impulse to report this need was neovim/neovim#33778 (it has already a workaround).