Skip to content

Commit 5ceeb1c

Browse files
authored
Reorder key bindings so that corresponding Edit mode and Command mode bindings are in the same order
1 parent f1ea552 commit 5ceeb1c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,22 @@ Shortcuts that this extension introduces:
6060

6161
| Chord | Action |
6262
| -------------- | ------------------------- |
63-
| Ctrl-O, U | Undo Cell Action |
6463
| - | Split Cell at Cursor |
6564
| Ctrl-O, - | Split Cell at Cursor |
66-
| Ctrl-O, D | Cut Cell |
67-
| Ctrl-O, Y | Copy Cell |
68-
| Ctrl-O, P | Paste Cell |
6965
| Ctrl-Shift-J | Extend Marked Cells Below |
7066
| Ctrl-Shift-K | Extend Marked Cells Above |
71-
| Ctrl-O, O | Insert Cell Below |
72-
| Ctrl-O, Ctrl-O | Insert Cell Above |
7367
| Ctrl-J | Select Cell Below |
7468
| Ctrl-K | Select Cell Above |
7569
| Ctrl-O, G | Select First Cell |
7670
| 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 |
7776
| Ctrl-E | Move Cell Down |
7877
| Ctrl-Y | Move Cell Up |
78+
| Ctrl-O, U | Undo Cell Action |
7979
| Ctrl-O, Z, Z | Center Cell |
8080
| Ctrl-G | Show Tooltip |
8181
| Cmd/Ctrl-1 | Change to Code Cell |
@@ -90,15 +90,15 @@ Shortcuts that this extension introduces:
9090
| ------- | ------------------- |
9191
| G, G | Select First Cell |
9292
| 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 |
9496
| Y, Y | Yank (Copy) Cell |
95-
| P | Paste Cell |
97+
| P | Paste Cell Below |
9698
| Shift-P | Paste Cell Above |
97-
| O | Insert Cell |
98-
| Shift-O | Insert Cell Above |
99-
| U | Undo Cell Action |
10099
| Ctrl-E | Move Cells Down |
101100
| Ctrl-Y | Move Cells Up |
101+
| U | Undo Cell Action |
102102
| Z, Z | Center Cell |
103103
| Z, C | Hide Code Cell |
104104
| Z, O | Show Code Cell |

0 commit comments

Comments
 (0)