vim-desc.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <sect2><title>Contents of Vim</title>
  2. <para>Last checked against version &vim-contversion;.</para>
  3. <sect3><title>Program Files</title>
  4. <para>ex (link to vim), rview (link to vim), rvim (link to vim), vi
  5. (link to vim), view (link to vim), vim, vimdiff (link to vim), vimtutor
  6. (link to vim) and xxd</para></sect3>
  7. <sect3><title>Descriptions</title>
  8. <sect4><title>ex</title>
  9. <para>ex starts vim in Ex mode.</para></sect4>
  10. <sect4><title>rview</title>
  11. <para>rview is a restricted version of view. No shell commands can be started
  12. and Vim can't be suspended.</para></sect4>
  13. <sect4><title>rvim</title>
  14. <para>rvim is the restricted version of vim. No shell commands can be started
  15. and Vim can't be suspended.</para></sect4>
  16. <sect4><title>vi</title>
  17. <para>vi starts vim in vi-compatible mode.</para></sect4>
  18. <sect4><title>view</title>
  19. <para>view starts vim in read-only mode.</para></sect4>
  20. <sect4><title>vim</title>
  21. <para>vim starts vim in the normal, default way.</para></sect4>
  22. <sect4><title>vimdiff</title>
  23. <para>vimdiff edits two or three versions of a file with Vim and show
  24. differences.</para></sect4>
  25. <sect4><title>vimtutor</title>
  26. <para>vimtutor starts the Vim tutor.</para></sect4>
  27. <sect4><title>xxd</title>
  28. <para>xxd makes a hexdump or does the reverse.</para></sect4>
  29. </sect3>
  30. </sect2>