Split a code cell at cursor position? Add a cell above/below?

al_joe
Contributor

In JupyterLab notebooks, we can --

  1. In edit mode, you can press Ctrl+Shift+Minus to split the current cell into two at the cursor position
  2. In command mode, you can click A or B to add a cell Above or Below the current cell

are there equivalent shortcuts in Databricks notebook?

Is there a complete list of keyboard shortcuts for Databricks Notebook?

Thanks