Lines Matching full:can
65 you can insert new text any place in the file quite easily.
84 While it is advantageous to have an intelligent terminal which can locally
137 Before you can start
143 If your terminal does not have a code, one can be assigned and a description
144 for the terminal can be created.
173 In this case you can use one of the following commands to tell the system
190 when you log in, you can use the
235 Another thing which can go wrong is that you typed the wrong file name and
267 If you don't have cursor positioning keys, or even if you do, you can use
303 harmless one to hit, so you can just hit it if you don't know
318 a `/' printed as a prompt. You can get the cursor back to the current
334 When this is happening you can stop the editor by
340 to do something else, you can give the command \fBZZ\fP
344 the editor. You can also end an editor
347 \*(dg All commands which read from the last display line can also be
377 to scroll up is \fB^U\fR. Many dumb terminals can't scroll up at all, in which
381 If you want to see more of the file below where you are, you can
396 other hand leaves more context, and happens more smoothly. You can continue
411 provided it is anywhere else in the file. You can disable this wraparound
428 *Actually, the string you give to search for here can be a
434 If you don't wish to learn about this yet, you can disable this more
439 in your environment, you can have this always be in effect (more
456 You can find out the state of the file you are editing by typing a \fB^G\fR.
464 You can also get back to a previous position by using the command
479 If you don't have working arrow keys, you can always use
536 keys stopped at each group of punctuation. You can also go back and
605 Now try finding a word which can, but does not, end in an `s'.
608 This sequence of commands can be used to easily pluralize a word.
631 Whenever you are typing in text, you can give many lines of input or
635 for text, and you can continue to type. If you are on a slow
642 While you are inserting new text, you can use the characters you normally use
663 Notice also that you can't erase characters which you didn't insert, and that
664 you can't backspace around the end of a line. If you need to back up
672 You can make small corrections in existing text quite easily.
685 is incorrect, you can replace it with the correct character by giving
692 which are wrong you can precede \fBs\fR with a count of the number of
706 made a change. You can remember it by analogy with an ellipsis `\fB...\fR'.
721 Find a word which you can change to another, and try this
724 `$' so that you can see this as you are typing in the new material.
752 You can delete or change more than one line by preceding the
757 You can also give a command like \fBdL\fR to delete all the lines up to
768 lines so that you can see the extent of the change.
792 You can recover text which you delete, even if
826 \fB;\fR's you can often
870 You can get a control character in the file by beginning
896 require the operation character to be doubled because they can move the
910 \*(dd You can easily change or extend this set of macros by assigning a
916 and paragraph commands can
932 You can give the first section command a small count to then see each successive
939 which you can use to save copies of text and to move text around in
947 buffer. The text can then be put back in the file with the commands
966 it after the current line. You can give \fBY\fR a count of lines to
970 put it back in another. You can precede a delete operation by the
972 deleting 5 lines into the named buffer \fIa\fR. You can then move the
975 In fact, you can switch and edit another file before you put the lines
982 so that an ordinary put can move it elsewhere.
1022 changes are not an improvement to the file, then you can give the command
1024 You can also reedit the same file (starting over) by giving the command
1029 You can edit a different file without leaving the editor by giving the
1032 and delay editing the other file. You can then give the command
1045 You can get to a shell to execute a single command by giving a
1053 redraw it. You can then continue editing.
1054 You can also give another \fB:\fR command when it asks you for a \s-2RETURN\s0;
1057 If you wish to execute more than one command in the shell, then you can
1070 \fBG\fR. You can also mark lines in the file with single letter tags
1082 In this case you can use the form \fB\(aa\fR\fIx\fR rather than
1092 to your terminal, you can hit a \fB^L\fR, the \s-2ASCII\s0 form-feed
1100 middle or bottom of the screen, you can position the cursor to that line,
1119 option. You can force the editor to use this mode even on faster terminals
1122 You can disable this option by \fB:se noslow\fR\s-2CR\s0.
1124 The editor can simulate an intelligent terminal on a dumb one. Try
1127 systems and fast terminals. You can disable this by giving the command
1132 This works particularly well on intelligent terminals. The editor can
1137 You can control the size of the window which is redrawn each time the
1144 in a file you can precede the first search command by a small number,
1148 You can easily expand or contract the window, placing the current line
1159 display, you can interrupt this updating by hitting a \s-2DEL\s0 or \s-2RUB\s0
1161 what is displayed on the screen. You can still edit the text on
1176 toggle options. You can set numeric and string options by a statement
1181 and toggle options can be set or unset by statements of one of the forms
1208 These statements can be placed in your EXINIT in your environment,
1213 You can get a list of all options which you have changed by the
1218 Set can be abbreviated \fBse\fP.
1219 Multiple options can be placed on one line, e.g.
1226 This can be accomplished by creating a list of \fIex\fP commands\*(dg
1237 Since it is advisable to get these commands on one line, they can
1277 You can get the \fIn\fR'th previous deleted text back in your file by
1303 You can omit the
1315 If the system crashes, you can recover the work you were doing
1329 be among the last few which you changed. You can either choose to discard
1334 You can get a listing of the files which are saved for you by giving
1340 gives you the newest instance each time you recover it. You can thus
1350 but they can be recovered even if they are not listed.
1355 lines broken near the right margin automatically. You can cause this
1362 you can tell it to join the lines with \fBJ\fR. You can give \fBJ\fR
1367 You can kill the white space with \fBx\fR if you don't want it.
1378 To enable this facility you can give the command \fB:se ai\fR\s-2CR\s0.
1383 but you can use \fB^D\fR key to backtab over the supplied indentation.
1389 which you can set to change this value.
1414 If you are editing C programs, you can use the \fB[[\fR and \fB]]\fR keys
1422 You can run system commands over portions of the buffer using the operator
1424 You can use this to sort lines in the buffer, or to reformat portions
1440 stop at atoms. These can be used to skip to the next list, or through
1477 you had hit some longer sequence of keys. You can set this up if
1483 You can then type \fB@x\fR to invoke the macro. The \fB@\fR may be followed
1486 You can use the
1506 is set, in which case you can type it as slowly as you wish,
1529 Thus to make the \fBq\fR key write and exit the editor, you can give
1551 Macros can be deleted with
1560 function keys can access such definitions, the form ``#x'' will mean function
1564 The character ``#'' can be changed by using a macro in the usual way:
1582 you can type:
1627 have introduced here. You can find these commands easily
1629 They often save a bit of typing and you can learn them as convenient.
1642 \*(dg You can make long lines very easily by using \fBJ\fR to join together
1651 You can always maximize the information on the screen by giving the \fB^R\fR
1654 If you wish, you can have the editor place line numbers before each line
1657 You can have tabs represented as \fB^I\fR and the ends of lines indicated
1717 you will delete first one and then three words. You can then delete
1722 The following table lists the file manipulation commands which you can
1752 If you are editing for a long period of time you can give \fB:w\fR commands
1754 with a \fBZZ\fR. When you edit more than one file, you can finish
1767 The \fB:e\fR command can be given a \fB+\fR argument to start at the
1771 In forming new names to the \fBe\fR command, you can use the character
1776 that you haven't written the file, you can give a \fB:w\fR command and
1779 You can write part of the buffer to a file by finding out the lines
1783 You can also mark these lines with \fBm\fR and
1787 You can read another file into the buffer after the current line by using
1789 You can similarly read in the output from a command, just use \fB!\fR\fIcmd\fR
1792 If you wish to edit a set of files in succession, you can give all the
1802 which can be created by programs such as
1806 you must \fB:w\fR or abandon any changes before switching. You can repeat
1816 line before the line containing the pattern. You can give a search of
1818 before the next line containing \fIpat\fR, or you can use \fB+\fR instead
1824 You can have the editor ignore the case of words in the searches it does
1863 There are a number of characters which you can use to make corrections
1893 In general, you can neither
1894 erase input back around a line boundary nor can you erase characters
1896 on the previous line after a new line has been started you can hit \s-2ESC\s0
1913 line. You can insert any other character, however, if you wait for the
1921 If you are using \fIautoindent\fR you can backtab over the indent which
1929 for one line, and restore the previous indent on the next. You can also
1935 If your terminal has only upper case, you can still use
1957 you can escape to the line oriented editor of
1967 commands can be invoked from
1976 You can then save your work and quit if you wish by giving a command
1977 \fBx\fR after the \fB:\fR which \fIex\fR prompts you with, or you can
1984 There are a number of things which you can do more easily in
1989 You can read the advanced editing documents for the editor
2003 which can move off the bottom line, you can still use the command set of
2051 line soon after such changes so that you can see what the line looks
2058 You can do this by entering