vim-desc.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Vim package contains the ex, gview, gvim, rgview,
  4. rgvim, rview, rvim, view, vim, vimtutor and xxd programs.</para>
  5. </sect2>
  6. <sect2>
  7. <title>Description</title>
  8. <sect3><title>ex</title>
  9. <para>ex starts vim in Ex mode.</para></sect3>
  10. <sect3><title>gview</title>
  11. <para>gview is the GUI version of view.</para></sect3>
  12. <sect3><title>gvim</title>
  13. <para>gvim is the GUI version of vim.</para></sect3>
  14. <sect3><title>rgview</title>
  15. <para>rgview is the GUI version of rview.</para></sect3>
  16. <sect3><title>rgvim</title>
  17. <para>rgvim is the GUI version of rvim.</para></sect3>
  18. <sect3><title>rview</title>
  19. <para>rview is a restricted version of view. No shell commands can be started
  20. and Vim can't be suspended.</para></sect3>
  21. <sect3><title>rvim</title>
  22. <para>rvim is the restricted version of vim. No shell commands can be started
  23. and Vim can't be suspended.</para></sect3>
  24. <sect3><title>view</title>
  25. <para>view starts vim in read-only mode.</para></sect3>
  26. <sect3><title>vim</title>
  27. <para>vim starts vim in the normal, default way.</para></sect3>
  28. <sect3><title>vimtutor</title>
  29. <para>vimtutor starts the Vim tutor.</para></sect3>
  30. <sect3><title>xxd</title>
  31. <para>xxd makes a hexdump or does the reverse.</para></sect3>
  32. </sect2>