Source editor scroll-off

Source editor scroll-off

Hi,

I would like to request a feature like the vim.opt.scrolloff setting available in neovim for the source editor in the R studio IDE.

Briefly, upon scrolling, you can set how many lines of code should be visible/kept on screen below the current line.

Explanation copied from the neovim documentation [Options - Neovim docs] :
"Minimal number of screen lines to keep above and below the cursor.
This will make some context visible around where you are working. If
you set it to a very large value (999) the cursor line will always be
in the middle of the window (except at the start or end of the file or
when long lines wrap)."

Please and thank you,
Semlarn