@@ -60,22 +60,22 @@ Shortcuts that this extension introduces:
60
60
61
61
| Chord | Action |
62
62
| -------------- | ------------------------- |
63
- | Ctrl-O, U | Undo Cell Action |
64
63
| - | Split Cell at Cursor |
65
64
| Ctrl-O, - | Split Cell at Cursor |
66
- | Ctrl-O, D | Cut Cell |
67
- | Ctrl-O, Y | Copy Cell |
68
- | Ctrl-O, P | Paste Cell |
69
65
| Ctrl-Shift-J | Extend Marked Cells Below |
70
66
| Ctrl-Shift-K | Extend Marked Cells Above |
71
- | Ctrl-O, O | Insert Cell Below |
72
- | Ctrl-O, Ctrl-O | Insert Cell Above |
73
67
| Ctrl-J | Select Cell Below |
74
68
| Ctrl-K | Select Cell Above |
75
69
| Ctrl-O, G | Select First Cell |
76
70
| Ctrl-O, Ctrl-G | Select Last Cell |
71
+ | Ctrl-O, O | Insert Cell Below |
72
+ | Ctrl-O, Ctrl-O | Insert Cell Above |
73
+ | Ctrl-O, D | Delete (Cut) Cell |
74
+ | Ctrl-O, Y | Yank (Copy) Cell |
75
+ | Ctrl-O, P | Paste Cell Below |
77
76
| Ctrl-E | Move Cell Down |
78
77
| Ctrl-Y | Move Cell Up |
78
+ | Ctrl-O, U | Undo Cell Action |
79
79
| Ctrl-O, Z, Z | Center Cell |
80
80
| Ctrl-G | Show Tooltip |
81
81
| Cmd/Ctrl-1 | Change to Code Cell |
@@ -90,15 +90,15 @@ Shortcuts that this extension introduces:
90
90
| ------- | ------------------- |
91
91
| G, G | Select First Cell |
92
92
| Shift-G | Select Last Cell |
93
- | D, D | Delete Cell |
93
+ | O | Insert Cell Below |
94
+ | Shift-O | Insert Cell Above |
95
+ | D, D | Delete (Cut) Cell |
94
96
| Y, Y | Yank (Copy) Cell |
95
- | P | Paste Cell |
97
+ | P | Paste Cell Below |
96
98
| Shift-P | Paste Cell Above |
97
- | O | Insert Cell |
98
- | Shift-O | Insert Cell Above |
99
- | U | Undo Cell Action |
100
99
| Ctrl-E | Move Cells Down |
101
100
| Ctrl-Y | Move Cells Up |
101
+ | U | Undo Cell Action |
102
102
| Z, Z | Center Cell |
103
103
| Z, C | Hide Code Cell |
104
104
| Z, O | Show Code Cell |
0 commit comments