evim.man 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. EVIM(1) EVIM(1)
  2. NAME
  3. evim - easy Vim, edit a file with Vim and setup for modeless editing
  4. SYNOPSIS
  5. evim [options] [file ..]
  6. eview
  7. DESCRIPTION
  8. eVim starts Vim and sets options to make it behave like a modeless edi-
  9. tor. This is still Vim but used as a point-and-click editor. This
  10. feels a lot like using Notepad on MS-Windows. eVim will always run in
  11. the GUI, to enable the use of menus and toolbar.
  12. Only to be used for people who really can't work with Vim in the normal
  13. way. Editing will be much less efficient.
  14. eview is the same, but starts in read-only mode. It works just like
  15. evim -R.
  16. See vim(1) for details about Vim, options, etc.
  17. The 'insertmode' option is set to be able to type text directly.
  18. Mappings are setup to make Copy and Paste work with the MS-Windows
  19. keys. CTRL-X cuts text, CTRL-C copies text and CTRL-V pastes text.
  20. Use CTRL-Q to obtain the original meaning of CTRL-V.
  21. OPTIONS
  22. See vim(1).
  23. FILES
  24. /usr/local/lib/vim/evim.vim
  25. The script loaded to initialize eVim.
  26. AKA
  27. Also Known As "Vim for gumbies". When using evim you are expected to
  28. take a handkerchief, make a knot in each corner and wear it on your
  29. head.
  30. SEE ALSO
  31. vim(1)
  32. AUTHOR
  33. Most of Vim was made by Bram Moolenaar, with a lot of help from others.
  34. See the Help/Credits menu.
  35. 2002 February 16 EVIM(1)