vim-desc.xml 1.2 KB

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