home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / less / less.hlp < prev    next >
Text File  |  1994-01-31  |  5KB  |  100 lines

  1.  
  2.                      SUMMARY OF COMMANDS
  3.  
  4.       Commands marked with * may be preceded by a number, N.
  5.       Notes in parentheses indicate the behavior if N is given.
  6.  
  7.   h  H                 Display this help.
  8.   q  :q  :Q  ZZ        Exit.
  9.  
  10.   e  ^E  j  ^N  CR  *  Forward  one line (or N lines).
  11.   y  ^Y  k  ^K  ^P  *  Backward one line (or N lines).
  12.   f  ^F  ^V  SPACE  *  Forward  one window (or N lines).
  13.   b  ^B  ESC-v      *  Backward one window (or N lines).
  14.   z                 *  Forward  one window (and set window to N).
  15.   w                 *  Backward one window (and set window to N).
  16.   d  ^D             *  Forward  one half-window (and set half-window to N).
  17.   u  ^U             *  Backward one half-window (and set half-window to N).
  18.   F                    Forward forever; like "tail -f".
  19.   r  ^R  ^L            Repaint screen.
  20.   R                    Repaint screen, discarding buffered input.
  21.  
  22.   NOTE: default "window" is the screen height.
  23.         default "half-window" is half of the screen height.
  24.  
  25.   /pattern          *  Search forward for (N-th) matching line.
  26.   ?pattern          *  Search backward for (N-th) matching line.
  27.   ESC-/pattern      *  Search all files for (N-th) matching line.
  28.  
  29.   /!pattern         *  Search forward for (N-th) NON-matching line.
  30.   ?!pattern         *  Search backward for (N-th) NON-matching line.
  31.   ESC-/!pattern     *  Search from all files for (N-th) NON-matching line.
  32.  
  33.   n                 *  Repeat previous search (for N-th occurrence).
  34.   N                 *  Repeat previous search in reverse direction.
  35.   ESC-n             *  Repeat previous search, spanning files.
  36.   ESC-N             *  Repeat previous search, reverse dir. & spanning files.
  37.  
  38.   g  <  ESC-<       *  Go to first line in file (or line N).
  39.   G  >  ESC->       *  Go to last line in file (or line N).
  40.   p  %              *  Go to beginning of file (or N percent into file).
  41.   {                 *  Go to the } which matches the (N-th) { in the top line.
  42.   }                 *  Go to the { which matches the (N-th) } in the top line.
  43.   (                 *  Go to the ) which matches the (N-th) ( in the top line.
  44.   )                 *  Go to the ( which matches the (N-th) ) in the top line.
  45.   [                 *  Go to the ] which matches the (N-th) [ in the top line.
  46.   ]                 *  Go to the [ which matches the (N-th) ] in the top line.
  47.   m<letter>            Mark the current position with <letter>.
  48.   '<letter>            Go to a previously marked position.
  49.   ''                   Go to the previous position.
  50.   ^X^X                 Same as '.
  51.  
  52.   E [file]             Examine a new file.
  53.   :e  ^X^V             Same as E.
  54.   :n                *  Examine the (N-th) next file from the command line.
  55.   :p                *  Examine the (N-th) previous file from the command line.
  56.   =  ^G  :f            Print current file name.
  57.   V                    Print version number of "less".
  58.  
  59.   -<flag>              Toggle a command line flag [see FLAGS below].
  60.   _<flag>              Display the setting of a command line flag.
  61.   +cmd                 Execute the less cmd each time a new file is examined.
  62.  
  63.   !command             Passes the command to $SHELL to be executed.
  64.   |Xcommand            Pipe file between current pos & mark X to shell command.
  65.   v                    Edit the current file with $EDITOR.
  66.  
  67.  
  68.                          FLAGS
  69.  
  70.         Most flags may be changed either on the command line,
  71.         or from within less by using the - command.
  72.  
  73.   -a            Set forward search starting location.
  74.   -b [N]        Number of buffers.
  75.   -B            Automatically allocate buffers.
  76.   -c  -C        Repaint by scrolling/clearing.
  77.   -d            Dumb terminal.
  78.   -e  -E        Quit at end of file.
  79.   -f            Force open non-regular files.
  80.   -h [N]        Backward scroll limit.
  81.   -i            Ignore case in searches.
  82.   -j [N]        Screen position of target lines.
  83.   -k [file]     Use a lesskey file.
  84.   -l [file]     Log file.
  85.   -L [file]     Log file (unconditionally overwrite).
  86.   -m  -M        Set prompt style.
  87.   -n  -N        Use line numbers.
  88.   -P [prompt]   Define new prompt.
  89.   -q  -Q        Quiet the terminal bell.
  90.   -r  -R        Translate control characters.
  91.   -s            Squeeze multiple blank lines.
  92.   -t [tag]      Find a tag.
  93.   -T [tagsfile] Use an alternate tags file.
  94.   -u  -U        Change handling of backspaces.
  95.   -w            Display ~ for lines after end-of-file.
  96.   -x [N]        Set tab stops.
  97.   -y [N]        Forward scroll limit.
  98.   -z [N]        Set size of window.
  99.  
  100.