Pulled from microsoft/vscode-python#11781
cc @Yura52, @earthastronaut
Here are the commands and the default shortcuts:
Python: Go to Next Cell (Ctrl + Alt + ])
Python: Go to Previous Cell (Ctrl + Alt + [)
Python: Extend Selection by Cell Above (Ctrl + Shift + Alt + [)
Python: Extend Selection by Cell Below (Ctrl + Shift + Alt + ])
Python: Move Selected Cells Up (Ctrl + ; U)
Python: Move Selected Cells Down (Ctrl + ; D)
Python: Insert Cell Above (Ctrl + ; A)
Python: Insert Cell Below (Ctrl + ; B)
Python: Insert Cell Below Position (Ctrl + ; S) (aka Split cell)
Python: Delete Selected Cells (Ctrl + ; X)
Python: Change Cell to Code (Ctrl + ; C)
Python: Change Cell to Markdown (Ctrl + ; M)
Most helpful comment
Here are the commands and the default shortcuts:
Python: Go to Next Cell (Ctrl + Alt + ])
Python: Go to Previous Cell (Ctrl + Alt + [)
Python: Extend Selection by Cell Above (Ctrl + Shift + Alt + [)
Python: Extend Selection by Cell Below (Ctrl + Shift + Alt + ])
Python: Move Selected Cells Up (Ctrl + ; U)
Python: Move Selected Cells Down (Ctrl + ; D)
Python: Insert Cell Above (Ctrl + ; A)
Python: Insert Cell Below (Ctrl + ; B)
Python: Insert Cell Below Position (Ctrl + ; S) (aka Split cell)
Python: Delete Selected Cells (Ctrl + ; X)
Python: Change Cell to Code (Ctrl + ; C)
Python: Change Cell to Markdown (Ctrl + ; M)