more.help revision 1.3
11.2Swiz Commands flagged with an asterisk (``*'') may be preceded by a number. 21.1Scjs Commands of the form ``^X'' are control characters, i.e. control-X. 31.1Scjs 41.1Scjs h Display this help. 51.1Scjs 61.1Scjs f, ^F, SPACE * Forward N lines, default one screen. 71.1Scjs b, ^B * Backward N lines, default one screen. 81.1Scjs j, CR * Forward N lines, default 1 line. 91.1Scjs k * Backward N lines, default 1 line. 101.1Scjs d, ^D * Forward N lines, default half screen or last N to d/u. 111.1Scjs u, ^U * Backward N lines, default half screen or last N to d/u. 121.1Scjs g * Go to line N, default 1. 131.1Scjs G * Go to line N, default the end of the file. 141.1Scjs p, % * Position to N percent into the file. 151.1Scjs 161.1Scjs r, ^L Repaint screen. 171.1Scjs R Repaint screen, discarding buffered input. 181.1Scjs 191.1Scjs m[a-z] Mark the current position with the supplied letter. 201.1Scjs '[a-z] Return to the position previously marked by this letter. 211.1Scjs '' Return to previous position. 221.1Scjs 231.1Scjs /pattern * Search forward for N-th line containing the pattern. 241.1Scjs /!pattern * Search forward for N-th line NOT containing the pattern. 251.1Scjs ?pattern * Search backward for N-th line containing the pattern. 261.1Scjs ?!pattern * Search backward for N-th line NOT containing the pattern. 271.3Smsaitoh n * Repeat previous search (for N-th occurrence). 281.1Scjs 291.1Scjs :a Display the list of files. 301.1Scjs E [file] Examine a new file. 311.1Scjs :n, N * Examine the next file. 321.1Scjs :p, P * Examine the previous file. 331.1Scjs :t [tag] Examine the tag. 341.1Scjs v Run an editor on the current file. 351.1Scjs 361.1Scjs =, ^G Print current file name and stats. 371.1Scjs 381.1Scjs q, :q, or ZZ Exit. 391.1Scjs 40