16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

E Moves the cursor forward to the end of a fullword. If the cursor is already at<br />

the end of a word, vi moves it to the last character of the next fullword.<br />

e Moves the cursor forward to the end of a word. If the cursor is already at<br />

the end of a word, vi moves it to the last character of the next word.<br />

Fc Searches backward in the line for the single character c and positions the<br />

cursor on top of it. When count is given, the editor searches back for the<br />

count the such character.<br />

fc Searches forward in the line for the single character c and positions the<br />

cursor on top of it. When count is given, the editor searches for the count<br />

the such character.<br />

H Places the cursor on the first nonblank character of the top line of the<br />

screen. count specifies the number of lines from the top of the screen.<br />

L Places the cursor on the first nonblank character of the bottom line of the<br />

screen. count specifies the number of lines from the bottom of the screen.<br />

M Places the cursor on the first nonblank character of the middle line of the<br />

screen.<br />

N Repeats previous / or ?, but in the opposite direction.<br />

n Repeats previous / or ?.<br />

Tc Searches backward in the line for the character c and position the cursor<br />

after the character being sought. count searches backward for the count the<br />

matching character and then positions the cursor after the character being<br />

sought.<br />

tc Searches forward in the line for the character c and position the cursor on<br />

the preceding character. count searches forward for the count the matching<br />

character and then positions the cursor on the preceding character.<br />

W Moves forward to the start of the next fullword.<br />

w Moves forward to the start of the next word.<br />

( Moves back to the beginning of the previous sentence. A sentence is<br />

bounded by a period (.), exclamation mark (!), or question mark (?);<br />

followed by any number of closing double quotes, ("), closing single quotes<br />

(’), closing parentheses ()), or closing square brackets (]); followed by two<br />

spaces or the end of the line. Paragraph and section boundaries are also<br />

sentence boundaries; see [[ and {.<br />

If you specified the lisp option, a lisp s-expression is considered a sentence<br />

for this command.<br />

) Moves forward to the beginning of the next sentence. See ( for the<br />

definition of a sentence.<br />

If you specified the lisp option, a lisp s-expression is considered a sentence<br />

for this command.<br />

{ Moves back to the beginning of a paragraph. A paragraph begins on a<br />

blank line, a section boundary, or a text formatter macro in the paragraphs<br />

variable.<br />

} Moves forward to the beginning of the next paragraph. See { for the<br />

definition of a paragraph.<br />

[[ Moves back to the beginning of a section. A section begins on lines starting<br />

vi<br />

Chapter 2. Shell command descriptions 763

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!