home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vim42os2.zip / vim-4.2 / tools / README < prev    next >
Text File  |  1996-06-18  |  560b  |  19 lines

  1. Some tools that can be used with Vim:
  2.  
  3. ctags/:        C program to generate a tags file from a C program
  4.  
  5. efm_filt.er:    Perl script to filter error messages
  6.  
  7. mvi/:        C program for renaming, deleting and linking files.
  8.  
  9. ref:        shell script for the K command
  10.  
  11. remote:     mapping and shell script to read a file from a remote machine
  12.  
  13. vim132:     shell script to edit in 132 column mode on vt100 compatible
  14.         terminals
  15.  
  16. xxd/:        C program to make a hex dump and do the reverse. Use like
  17.             :%!xxd        translate buffer to hexdump
  18.             :%!xxd -r    do the reverse action
  19.