Working In Positron (I guess this goes for Studio as well) a qmd file might look like the example below.
When executing Some code I a working on towards the end of the cell the cursor will jump all the way down to the 2nd cell, forcing me to scroll up again.
Is it possible to add a setting that enables "Jump to end of current cell"?
```{r Cell 1}
Longish code
.
.
.
.
Some code I a working on towards the end of the cell
```
Long text outside cell
.
.
.
.
.
.
.
```{r Cell 2}
Another cell.
```