Open
Description
Problem
I would like the option to focus on the cell output after execution instead of jumping to the next cell.
The two options I have now are to (1) stay on the current cell (ctrl+enter) or (2) jump to the next cell (shift+enter).
Proposed Solution
It would be great if the following two options are supported that can map to either ctrl+enter or shift+enter:
- Put the output of the executed cell at the top of my view (similar to zt in vim) or
- Put the top of the current cell (really only useful for shorter code cells)