notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Keyboard shortcuts to jump to output of executed cell

Open franktcao opened this issue 1 year ago • 0 comments
trafficstars

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:

  1. Put the output of the executed cell at the top of my view (similar to zt in vim) or
  2. Put the top of the current cell (really only useful for shorter code cells)

franktcao avatar Jul 07 '24 16:07 franktcao