home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textedit / vim.zip / UNIX.DOC < prev    next >
Text File  |  1993-04-08  |  1KB  |  34 lines

  1. This file contains the particularities for the UNIX version of Vim.
  2.  
  3. The default help filename is "/usr/local/doc/vim.hlp"
  4. The files "$HOME/.vimrc" and "$HOME/.exrc" are used instead of "s:.vimrc" and 
  5. "s:.exrc". Additionally "/usr/etc/.vimrc" is used first.
  6.  
  7. Temporary files (for filtering) are put in "/tmp".
  8.  
  9. In some rare cases the terminal may have a problem with CTRL-Q or CTRL-S. To 
  10. get around this you can map another key to CTRL-Q and CTRL-S, and remap 
  11. CTRL-Q and CTRL-S to nothing. You could use CTRL-W and CTRL-X:
  12.     :noremap! ^W ^V017
  13.     :noremap! ^X ^V019
  14.     :noremap! ^V017 ^V^V
  15.     :noremap! ^V019 ^V^V
  16.     :noremap ^W ^V017
  17.     :noremap ^X ^V019
  18.     :noremap ^V017 ^V^V
  19.     :noremap ^V019 ^V^V
  20. (^V is the single character CTRL-V. Do not use the '^' character. You have to 
  21. type CTRL-V twice to get one. What is shown above is what you have to type, 
  22. it will look different on the screen or in the .exrc file.)
  23.  
  24. With wildcard expansion you can use <~> (home directory) and <$> 
  25. (environment variable).
  26.  
  27. If terminal updating is slow, try resetting the 'showcommand' and the 
  28. 'ruler' option (e.g. in a shell window in suntools).
  29.  
  30. The file Vim132 is a shell script that can be used to put Vim in 132 column 
  31. mode on a vt100 and lookalikes.
  32.  
  33. The *.info files are for the Amiga. You don't need them with unix.
  34.