Lines Matching full:lines
113 Numbering lines (nu)\ \ \ 10
123 Copying lines (copy)\ \ \ 14
124 Deleting lines (d)\ \ \ 14
129 Changing lines (c)\ \ \ 17
488 pretty much anything you want on the lines.
489 The lines are transmitted one by one to the buffer
493 when you wish to stop entering text lines you should
532 Let's say that you enter the lines
588 To make corrections in lines that have been completed,
617 the number of lines and the total
620 All of the lines that were written to disk will still be
646 "text" [New file] 3 lines, 90 characters
691 you the number of lines and characters it contains.
697 "text" 3 lines, 90 characters
716 the lines you enter
768 you might want to see all the lines in the buffer.
797 In printing lines, edit uses a special notation to
832 of the lines.
833 Physically speaking, we search the lines
874 where the editor left off copying the lines
877 the lines you enter are added
914 Numbering lines (nu)
930 You may specify a range of lines
931 to be listed by the number command in the same way that lines
933 For example, \f31,$nu\f1 lists all lines in the buffer with their
1061 Although the print command is useful for looking at specific lines
1073 edit will start with line 1 and continue printing lines,
1084 Viewing lines in the buffer one screen full at a time
1123 "text" 6 lines, 171 characters
1168 "text" 6 lines, 171 characters
1188 Edit allows you to move lines of text
1201 directs edit to move lines 2, 3, and 4
1212 would instruct edit to move lines 1 through 3 (inclusive)
1222 2 lines moved
1226 edit tells how many lines were affected by the move
1257 Copying lines (copy)
1262 is used to make a second copy of specified lines,
1263 leaving the original lines where they were.
1270 makes a copy of lines 2 through 5,
1271 placing the added lines after the buffer's end ($).
1278 Deleting lines (d)
1341 To delete both lines 2 and 3:
1349 2 lines deleted
1351 which specifies the range of lines from 2 to 3,
1352 and the operation on those lines \(em ``d'' for delete.
1355 telling you the number of lines deleted,
1359 the lines to be deleted.
1369 In using the search function to locate lines to
1382 characters may result in the wrong lines being deleted,
1427 the lines formerly numbered 2 and 3.
1429 of the deletion, causing those two lines to be
1434 2 more lines in file after undo
1478 instructs edit to delete all lines from the current line (\fB.\fR)
1488 but if you simply want to see what was written a few, say 3, lines
1493 This tells edit to move back to a position 3 lines
1506 can be combined to print a range of lines.
1512 makes a copy of 4 lines: the current line, the line before it,
1514 The copied lines will be placed after the last line
1516 and the original lines referred to by ``\-1'' and ``+2''
1539 Not that many lines in buffer
1557 Changing lines (c)
1559 You can also delete certain lines and
1564 The change command instructs edit to delete specified lines
1567 Let's say you want to change the first two lines in the buffer:
1580 2 lines changed
1590 the range of lines beginning with 1 and ending with 2
1592 These lines will be deleted.
1596 Any text typed on the following lines will be inserted into
1597 the position where lines were deleted by the change command.
1602 Note that the number of lines added to the buffer need not be
1603 the same as the number of lines deleted.
1638 To print all lines
1647 make a global search for all lines
1649 The ``p'' prints the lines found.
1653 the lines to be affected.
1655 executed for the identified lines.
1685 Edit does not automatically print the lines modified by a
1687 If you want the lines to be printed, type a ``p''
1701 72 less lines in file after global
1705 your document, since most lines have spaces between words
1799 tells the editor to search for all lines ending in ``text.''
1802 and print the changed lines.
1878 If you are editing a file named ``draft3'' having 283 lines in it,
1884 "chapter3" [new file] 283 lines, 8698 characters
1903 lines in the buffer,
1922 "text" 4 lines, 88 characters
1934 essentially copying new lines
1935 between two existing lines.
1943 "example" 18 lines, 473 characters
1961 indicate the beginning and ending lines before the write command,
1967 Here all lines from 45 through the end of the buffer
1970 The lines remain in the buffer
1987 is able to save work to within a few lines of changes
2212 lines (@), 7
2244 ``Not that many lines in buffer'' (message), 18