Navigation HotkeysΒΆ
Adds new key combinations for easier notebook navigation.
Edit-mode hotkeys:
pageup- scroll page uppagedown- scroll page downAlt-+- Split cell and keep cursor positionAlt--- Combine cell and keep cursor positionAlt-n- Toggle line number display in current codecellShift-Enter- Execute cell, goto next cell and stay in edit mode if next cell is a code cell or unredered markdown cellCtrl-Enter- Execute cell and stay in edit mode if cell is a code cellCtrl-y- toggle celltype between markdown and code
Command-mode hotkeys:
esc- toggle to edit modehome- Go to top of notebookend- Go to bottom of notebookpageup- scroll page uppagedown- scroll page down