Hi!
I was a Jupyter notebook user for a long time and recently I decided to give RStudio a try because of better R support.
So far, its been fine experience. However, there is one thing that is very annoying. Anytime when I save a qmd document (which has been modified) within source view, the inline output of all the cells is cleared. This also happens when I add a cell, then usually all the outputs below are also cleared. In Jupyter, the output of the cells stays visible until the same cell is re-run (without affecting all other cells); saving do not affect the output. This is crucial for interactive analysis, since many times the computation within cells is time-consuming; I do not want to re-run the whole document just because I saved a file or added a new cell.
The same does not happen in Visual view. However, I'm a long time user of Vim keybindings, which unfortunately do not work in Visual view and not having it really hurts my productivity...
Maybe I'm missing something, is this a bug or can it be already disabled? Thanks.