Skip to content

Commit b943429

Browse files
committed
update undo deletion and about escape mode
1 parent 7accdd3 commit b943429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
"\n",
8383
"* Make sure we are not in insert mode, but in escape mode\n",
8484
" * *Remember we can tell we are in insert mode when we have a green border around our cell.*\n",
85-
" * To get out of insert mode and into escape mode, press the escape key.\n",
85+
" * To get out of insert mode and into escape mode, press shift + enter. Another option is to press the escape key.\n",
8686
" * You will no longer see a cell bordered in green.\n",
87-
"* Then press the letter `b`"
87+
"* Then press the letter `b` to create a new cell."
8888
]
8989
},
9090
{
@@ -100,7 +100,7 @@
100100
"source": [
101101
"To delete a cell we once again should be in escape mode, and then press the `x` key.\n",
102102
"\n",
103-
"Of course, we'll want a way to undo our deletion. You can press d to undo deletion of a cell. Note that this is different from `cmd + z`. Pressing `cmd + z` undoes our changes inside of a cell, but pressing `d` from escape mode is to undo changing a cell in it's entirety."
103+
"Of course, we'll want a way to undo our deletion. From escape mode, you can press z to undo deletion of a cell. Note that this is different from `cmd + z`. Pressing `cmd + z` undoes our changes inside of a cell, but pressing `d` from escape mode is to undo changing a cell in it's entirety."
104104
]
105105
},
106106
{
@@ -338,7 +338,7 @@
338338
"name": "python",
339339
"nbconvert_exporter": "python",
340340
"pygments_lexer": "ipython3",
341-
"version": "3.6.5"
341+
"version": "3.6.1"
342342
}
343343
},
344344
"nbformat": 4,

0 commit comments

Comments
 (0)