Lines Matching +full:two +full:- +full:word
49 is a modeful editor, i.e. it has two modes,
96 .CO <control-B> ,
97 .CO <control-D> ,
98 .CO <control-E> ,
99 .CO <control-F> ,
100 .CO <control-U> ,
101 .CO <control-Y> ,
219 <control-A> <control-H> <control-J> <control-M>
220 <control-N> <control-P> <space> $
222 + , - /
249 command is two words of text.
277 .KY word
278 .IP word
281 recognizes two kinds of words.
299 are treated as a single word.
302 A set of non-whitespace characters preceded and followed by whitespace
344 followed by either an end-of-line or two whitespace characters.
349 double-quote
354 or question mark and the whitespace characters or end-of-line.
368 .KY <control-A>
369 .IP "[count] <control-A>"
372 times for the current word.
373 The current word begins at the first non-whitespace character on or
375 and extends up to the next non-word character or the end of the line.
376 The search is literal, i.e. no characters in the word have any special
382 .CO <control-A>
385 .CO <control-A>
392 Set to the line where the word is found.
394 Set to the first character of the word.
402 .KY <control-B>
403 .IP "[count] <control-B>"
409 .LI "(top_line - count * window_size) + 2" ,
428 .KY <control-D>
429 .IP "[count] <control-D>"
436 .CO <control-D>
438 .CO <control-U>
441 .CO <control-D>
443 .CO <control-U>
457 .KY <control-E>
458 .IP "[count] <control-E>"
473 .KY <control-F>
474 .IP "[count] <control-F>"
480 .LI "top_line + count * window_size - 2" ,
499 .KY <control-G>
500 .IP "<control-G>"
506 and if the edit session is read-only.
515 .KY <control-H>
516 .IP "[count] <control-H>"
524 .CO <control-H>
536 .LI "current - count"
544 .KY <control-J>
545 .IP "[count] <control-J>"
546 .KY <control-N>
547 .Ip "[count] <control-N>"
556 .CO <control-J> ,
557 .CO <control-N>
573 .KY <control-L>
574 .IP "<control-L>"
575 .KY <control-R>
576 .Ip "<control-R>"
586 .KY <control-M>
587 .IP "[count] <control-M>"
596 .CO <control-M>
612 .KY <control-P>
613 .IP "[count] <control-P>"
622 .CO <control-P>
638 .KY <control-T>
639 .IP "<control-T>"
642 .CO <control-T>
652 .KY <control-U>
653 .IP "[count] <control-U>"
661 .CO <control-D>
663 .CO <control-U>
666 .CO <control-D>
668 .CO <control-U>
682 .KY <control-W>
683 .IP "<control-W>"
694 .KY <control-Y>
695 .IP "[count] <control-Y>"
711 .KY <control-Z>
712 .IP "<control-Z>"
745 .QT "[0-9]*" ,
747 .QT "[0-9]*[!<>cdy]" ,
766 .KY <control-]>
767 .IP "<control-]>"
772 current word.
773 The current word begins at the first non-whitespace character on or
775 and extends up to the next non-word character or the end of the line.
782 .CO <control-]>
796 .KY <control-^>
797 .IP "<control-^>"
851 .IP "[count] ! motion shell-argument(s)<carriage-return>"
910 .b \-c
932 .IP "[count] # #|+|-"
952 causes the number to be interpreted as an octal number, unless a non-octal
960 The current number begins at the first non-blank character at or after
988 .LI "count - 1"
1237 Set to the searched-for character for the
1252 .IP "[count] \-"
1260 .CO -
1308 .IP "/RE<carriage-return>"
1309 .Ip "/RE/ [offset]<carriage-return>"
1311 .Ip "?RE<carriage-return>"
1312 .Ip "?RE? [offset]<carriage-return>"
1377 .QT //<carriage-return> ,
1378 .QT /<carriage-return> ,
1379 .QT ??<carriage-return> ,
1381 .QT ?<carriage-return>
1456 .LI <carriage-return> ,
1461 .LI "<literal-next>"
1470 .LI <carriage-return>
1478 .LI <carriage-return>
1542 Set to the searched-for character for the
1635 .LI "count - 1"
1675 Set to the line containing the word selected.
1677 Set to the first character of the word selected.
1683 Change text from the current position to the end-of-line.
1687 the end-of-line, plus
1688 .LI "count - 1"
1708 Delete text from the current position to the end-of-line.
1726 end-of-bigwords.
1745 Set to the line containing the word selected.
1747 Set to the last character of the word selected.
1768 Set to the searched-for character.
1802 .LI "count - 1"
1817 .LI "count - 1"
1832 .LI "count - 1"
1849 lines are joined; a minimum of two lines are always joined,
1864 insert two spaces.
1873 Set to the character after the last character of the next-to-last
1881 .LI "count - 1"
1896 .LI "count - 1"
1940 .LI "count - 1"
2002 .LI "count - 1"
2066 the searched-for character.
2103 The line containing the word selected.
2105 The first character of the word selected.
2154 Entering two
2257 .LI "count - 1"
2272 .LI "count - 1" .
2284 .LI "count - 1"
2307 Move the cursor backward to the beginning of a word by repeating the
2308 following algorithm: if the current position is at the beginning of a word,
2309 move to the first character of the preceding word.
2310 Otherwise, the current position moves to the first character of the word
2312 If no preceding word exists on the current line, move to the first
2313 character of the last word on the first preceding line that contains
2314 a word.
2324 Set to the line containing the word selected.
2326 Set to the first character of the word selected.
2376 end-of-words.
2377 Move the cursor forward to the end of a word by repeating the following
2378 algorithm: if the current position is the end of a word,
2379 move to the last character of the following word.
2380 Otherwise, move to the last character of the word at the current position.
2381 If no succeeding word exists on the current line, move to the last character
2382 of the first word on the next following line that contains a word.
2392 Set to the line containing the word selected.
2394 Set to the last character of the word selected.
2415 Set to the searched-for character.
2425 .LI "count - 1"
2454 was restricted to lower-case letters.
2471 .LI "count - 1"
2532 .LI "count - 1" .
2582 the searched-for character.
2591 command alternates between these two states, and is its own inverse.
2618 Move the cursor forward to the beginning of a word by repeating the
2620 beginning of a word, move to the first character of the next word.
2621 If no subsequent word exists on the current line, move to the first
2622 character of the first word on the first following line that contains
2623 a word.
2633 Set to the line containing the word selected.
2635 Set to the first character of the word selected.
2704 .CO <control-F>
2728 .CO <control-B>
2868 characters, or, end-of-file.
2900 Many of the potentially long-running
2940 .LI <control-D>
2942 .QT 0<control-D>
2944 .QT ^<control-D>
2948 .LI <control-T>
2954 For the line and word erase characters, reaching the autoindent
2957 boundary, denoting the end of the current word or line erase.
2958 Repeating the word or line erase key will erase the autoindent characters.
2963 .LI <control-H>
2965 .LI <control-W>
2966 as character and word erase characters, respectively, regardless of
2968 This implementation accepts, in addition to these two characters,
2975 .KY <control-D>
2976 .IP "<control-D>"
2979 after the previous (1-based) column which is a multiple of the
2991 .LI <control-D>
2994 .LI <control-D>
2996 .KY ^<control-D>
2997 .IP "^<control-D>"
3001 .KY 0<control-D>
3002 .IP "0<control-D>"
3006 .KY <control-T>
3007 .IP "<control-T>"
3013 after the next (1-based) column which is a multiple of the
3025 .LI <control-T>
3032 .KY <control-H>
3033 .Ip <control-H>
3035 .KY "<literal-next>"
3036 .IP "<literal-next>"
3058 .KY "<control-W>"
3059 .IP "<control-W>"
3060 .KY "<word erase>"
3061 .Ip "<word erase>"
3062 Erase the last word.
3063 The definition of word is dependent on the
3068 .KY "<control-X>"
3069 .IP "<control-X>[0-9A-Fa-f]+"
3071 The value is delimited by any non-hexadecimal character or the input