DESCR-main 1.4 KB

1234567891011121314151617181920212223242526272829
  1. Vim is a greatly improved version of the good old UNIX editor Vi. Many new
  2. features have been added: multi-level undo, syntax highlighting, command line
  3. history, on-line help, spell checking, filename completion, block operations,
  4. script language, etc. There is also a Graphical User Interface (GUI) available.
  5. Still, Vi compatibility is maintained, those who have Vi "in the fingers" will
  6. feel at home. See runtime/doc/vi_diff.txt for differences with Vi.
  7. This editor is very useful for editing programs and other plain text files. All
  8. commands are given with normal keyboard characters, so those who can type with
  9. ten fingers can work very fast. Additionally, function keys can be mapped to
  10. commands by the user, and the mouse can be used.
  11. Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and
  12. almost all flavours of UNIX. Porting to other systems should not be very
  13. difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga DOS,
  14. Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
  15. Flavors:
  16. gtk2 - build using the Gtk+2 toolkit (default);
  17. motif - build using the Motif toolkit;
  18. athena - build using the Athena toolkit;
  19. no_x11 - build without X11 support;
  20. lua - build with Lua support;
  21. perl - build with Perl support;
  22. python - build with Python support;
  23. python3 - build with Python3 support;
  24. ruby - build with Ruby support;
  25. huge - build with --with-features=huge.