home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 179_01 / quickref.tvx < prev    next >
Text File  |  1986-01-17  |  4KB  |  89 lines

  1.         *** Quick Reference Summary ***
  2.  
  3.   Usage: tvx filename [-b -i -l -o=f -r -s -t -w -# {-z -c=f}]
  4.  
  5.     -[no]b : backup file           -[no]i : autoindent
  6.     -[no]l : make command log file -t : tty mode
  7.     -o=outputfile                  -r : read only
  8.     -s : big save buff             -[no]w : word processing mode
  9.     -# : set virtual window lines to #
  10.  
  11.   On MS-DOS versions:
  12.     -[no]z : use control-z for end of file
  13.     -c=configfile                  -c : use /bin/config.tvx
  14.  
  15.  
  16.                TVX Commands (n => count allowed)
  17.  
  18.  
  19.     nA Append lines to save buffer (previous contents retained)
  20.      B Buffer beginning - move cursor to top of current buffer
  21.     ^B File beginning - move cursor to beginning of file
  22.     nC Change chars - delete n characters, enter insert mode
  23.     nD Down line - move cursor to beginning of next nth line
  24.    n^D Down column - move to same column in nth line down.
  25.      E Buffer end - move cursor to end of current buffer
  26.    n^E Insert repeat buffer n into current text for Editing
  27.     nF Find pattern - terminated with Escape - wild cards possible
  28.     ^F Find across buffs - searches across file buffers
  29.      G Get save buffer - insert contents of save buffer into text
  30.     ^G Unkill last line - get back the last single line killed
  31.     nH Half page - move cursor down (+n) or up (-n) half screen
  32.     nI Insert (till $) - If n supplied, then single char inserted
  33.      J Jump back to line cursor was on before previous command
  34.     nK Kill character - deletes starting at char cursor is over
  35.    n^K Kill line - deletes n lines
  36.     nL Left - move cursor n characters left
  37.      M Memory status - show basic status
  38.     nN Note current location, up to 9 different places remembered
  39.    n^N Reset location - return cursor to location n
  40.     nO Open blank line - new line in front of cursor
  41.     ^O Operating system - allows operating system commands
  42.     nP Page - move cursor up (-n) or down (+n) screenfuls
  43.     ^P Print screen - only on PCs
  44.     nR Right - move cursor right n characters
  45.     ^R Restore edited buffer - Used with ^E command
  46.     nS Save n consecutive lines in save buffer - deletes old contents
  47.     nT Tidy (fill text) - uses margin set by :w
  48.     ^T Abort session - edits are lost!
  49.     nU Up - move cursor up n lines to line beginning
  50.    n^U Up column - retains column
  51.      V Verify - repaints the screen
  52.    n^W Write buff, get next part of large file, -n writes to cursor
  53.     ^X Exit, end session - save edits
  54.    n^Y Yank to(-n)/from(+n) file - prompt for filename will follow
  55.    nBS Delete character before the cursor
  56.     n; Find again - re-uses last find pattern
  57.      / Delete "last thing" - following g, s, a, f, ^f commands
  58.      = Change "last thing" - like /, but enters insert mode
  59.      ' Delete to line beginning - deletes before cursor
  60.      " Delete to line end - cursor onward to end of line
  61.      , Line beginning - move cursor to beginning of line
  62.      . Line end - move to end of current line
  63.   nTAB Word right - move to begining of word to right
  64.     n{ Word left - left a word. n=0 move to beg of current word.
  65.  n<>$$ Repeat loop - execute commands between <>'s n times
  66.     n& Repeat again - execute current repeat buffer again
  67.    n#k Execute repeat buffer k n times
  68.      ? Help - gives a help screen
  69.      @ Invoke cmd file - execute file of TVX commands
  70.      * Insert pattern found last - leaves in command mode
  71.      $ Escape - end insert, find, repeat
  72.    n:p Set parameter p -  Possible parameters:
  73.         A - Autoindent (1=y,0=n)     D - display line
  74.         E - Expand tabs to n spaces  F - find case (0=exact,1=any)
  75.         M - Match wild cards         O - set output file name
  76.         S - scroll window            R - repeat buffer to use
  77.         T - tty mode                 U - define user wild card set
  78.         V - virtual window           W - autowrap width
  79.  
  80.   Wild card matching - when wild card matching (:M) is enabled (default),
  81.   the following wild cards (control characters) are supported
  82.  
  83.   ^A - alphanumeric character (a-z,0-9)   ^D - a digit (0-9)
  84.   ^L - any letter (a-z) ^O - Other - not ^A  ^P - Punctuation
  85.   ^X - any single character  ^U - a character from user set (:U to set)
  86.   Any of the above preceded by ^W matches a "word" of the wild card.
  87.   A ^N will match a "word" of characters NOT in the wild card set.
  88.  
  89. S