home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / contrib / ados / fv151.lzh / fv / fv.doc < prev    next >
Text File  |  1993-05-24  |  3KB  |  119 lines

  1. FV Commands:
  2.  
  3.     Viewer Mode:
  4.     -------------------------------------------------------------
  5.     aA    Address display on/off
  6.     b^B    Back full page
  7.     c    Character display on/off
  8.     d^D    Down half page
  9.     e    Go to file-edit mode
  10.     f^F    Forward full page
  11.     G    Go to bottom of file
  12.     Jg    Jump to specific byte position (hex) in file
  13.     h    Scroll left
  14.     H^H    Help screen
  15.     j    Scroll down
  16.     k    Scroll up
  17.     l    Scroll right
  18.     ^L    Redraw screen
  19.     m    Set mark (type mark character)
  20.     N    Reverse direction of search and look again
  21.     n    Search for next occurrence in current direction
  22.     qQx^X    Exit (ask to save if modified)
  23.     t    Change word display type
  24.     \T    Switch mode (same as Tab, either String or Hex)
  25.     u^U    Up half page
  26.     w    Word display on/off
  27.     {space}    Jump back to last position looked at
  28.     0    Beginning of file/top of screen
  29.     '    Go to mark (type mark character)
  30.     /    Search forward for String/Hex
  31.     ?    Search backward for String/Hex
  32.     +=    Add display columns
  33.     -_    Subtract display columns
  34.     
  35.     
  36.  
  37.     Editor Mode:
  38.     -------------------------------------------------------------
  39.     a    Address display on/off
  40.     A    Append from current cursor position until mark to file
  41.     b^B    Back full page
  42.     c    Character display on/off
  43.     C    Copy from current cursor position until mark to file
  44.     d^D    Down half page
  45.     e    Go to view-only mode
  46.     f^F    Forward full page
  47.     g    Go to specific byte position (hex) in file
  48.     G    Go to bottom of file
  49.     h    Cursor left
  50.     H    Buffer window left
  51.     ^H    Help screen
  52.     j    Cursor down
  53.     J    Buffer window down
  54.     k    Cursor up
  55.     K    Buffer window up
  56.     l    Cursor right
  57.     L    Buffer window right
  58.     ^L    Redraw screen
  59.     m    Set mark (type mark character)
  60.     ^M    Edit at word (same as Return, either String or Hex)
  61.     N    Reverse direction of search and look again
  62.     n    Search for next occurrence in current direction
  63.     qQx^X    Exit (ask to save if modified)
  64.     r    Reread page
  65.     t    Change word display type (hex, dec, float, or double)
  66.     {tab}    Change word search mode (string or hex/dec)
  67.     u^U    Up half page
  68.     w    Word display on/off
  69.     W    Write current contents to file
  70.     0    Beginning of file/top of screen
  71.     /    Search forward for String/Hex
  72.     ?    Search backward for String/Hex
  73.     +=    Add more display columns
  74.     -_    Subtract display columns
  75.     '    Go to mark (type mark character)
  76.     (    Go to top/left of screen
  77.     )    Go to bottom/right of screen
  78.     <>    Change alignment (up or down - not fully debugged)
  79.  
  80.  
  81.     Hex Edit Mode
  82.     ----------------------------------------------------------------
  83.         ^H    Delete last typed digit (same as delete)
  84.         ^M    Store word in file (same as return)
  85.         
  86.  
  87.     String Edit Mode
  88.     ----------------------------------------------------------------
  89.     ESC Mode:
  90.         a    Add after cursor position, enter insert mode
  91.         A    Add at end of string, enter insert mode
  92.         c    t    Delete to character, put in insert mode
  93.         c    w    Delete word, put in insert mode
  94.         d    t    Delete to character
  95.         d    w    Delete word
  96.         hk^H    Cursor left (same as backspace key)
  97.         i    Insert at cursor position, enter insert mode
  98.         I    Insert at beginning of line, enter insert mode
  99.         jl    Cursor right
  100.         rs    Substitute single character
  101.         tT    Go to character before next typed character
  102.         x    Erase single character
  103.         0^    Beginning of line
  104.         $    End of line
  105.         u    Undo last change
  106.         U    Undo all changes to string
  107.     Both Modes:
  108.         ^B    Beginning of line
  109.         ^E    End of string
  110.         ^J^L    Cursor right
  111.         ^K    Cursor left
  112.         ^M    Finished editing (same as return)
  113.         ^U    Erase contents of line
  114.         ^X    Quit editing the string, do not store
  115.         ESC    Enter ESC mode
  116.     Insert Mode only:
  117.         ^H    Delete left of cursor (same as backspace key)
  118.         ^V    Add next raw character to string
  119.