gpt2-pos-encoding-experiment-100B
/
.local
/share
/jupyter
/nbextensions
/navigation-hotkeys
/readme.md
Navigation Hotkeys
Adds new key combinations for easier notebook navigation. (t) means that key or category you can toggle on/off in the settings.
Edit-mode hotkeys (t):
pageup
- scroll page uppagedown
- scroll page downAlt
-Add
- Split cell and keep cursor position (+ on the keypad)Alt
-Subtract
- Combine cell and keep cursor position (- on the keypad)Alt
-n
- Toggle line number display in current codecellCtrl
-y
- toggle celltype between markdown and codeShift
-Enter
- (t) Execute cell, goto next cell and stay in edit mode if next cell is a code cell or unrendered markdown cellCtrl
-Enter
- (t) Execute cell and stay in edit mode if cell is a code cell
Command-mode hotkeys (t):
esc
- (t) toggle to edit modehome
- Go to top of notebookend
- Go to bottom of notebookpageup
- scroll page uppagedown
- scroll page down