@@ -63,10 +63,10 @@ present you with a little help text:
6363 ' -----------
6464 ' Ctrl-A : Move to begining of line
6565 ' Ctrl-E : Move to end of line
66- ' Ctrl-U / Ctrl-V : Page up / down
66+ ' Ctrl-U / Ctrl-I : Page up / down
6767 ' Ctrl-Z : Undo (only current line)
68- ' Ctrl-M : Set Mark to current line
69- ' Ctrl-C : Copy from Mark to here
68+ ' Ctrl-C : Set Mark to current line
69+ ' Ctrl-V : Paste from Mark to here
7070 ' Ctrl-Q : Exit to DOS
7171 ' Ctrl-S : Save file
7272 ' Ctrl-L : Load file
@@ -198,7 +198,7 @@ above.
198198 Moves the cursor ro the beggining or
199199 the end of the line respectively.
200200
201- - ` CONTROL-U ` and ` CONTROL-V `
201+ - ` CONTROL-U ` and ` CONTROL-I `
202202 Moves the cursor 19 lines up or down
203203 respectively.
204204
@@ -211,18 +211,18 @@ above.
211211 clears the undo buffer, so you can't
212212 undo more than one line.
213213
214- - ` CONTROL-M `
214+ - ` CONTROL-C `
215215 Sets the current line as the source
216216 for the copy operations.
217217
218- - ` CONTROL-C `
218+ - ` CONTROL-V `
219219 Copy one line from the source marked
220- with the ` CONTROL-M ` to the current
220+ with the ` CONTROL-C ` to the current
221221 cursor position.
222222 After the copy, the source line is
223- advanced, so by pressing ` CONTROL-C `
224- multiple times you can copy many
225- lines.
223+ advanced, so by pressing ` CONTROL-V `
224+ multiple times you can copy multiple
225+ consecutive lines.
226226
227227- ` CONTROL-L ` and ` CONTROL-S `
228228 Loads or Saves the file being edited,
0 commit comments