vim-desc.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>
  9. <title>ex</title>
  10. <para>ex starts vim in Ex mode.</para>
  11. </sect3>
  12. <sect3>
  13. <title>gview</title>
  14. <para>gview is the GUI version of view.</para>
  15. </sect3>
  16. <sect3>
  17. <title>gvim</title>
  18. <para>gvim is the GUI version of vim.</para>
  19. </sect3>
  20. <sect3>
  21. <title>rgview</title>
  22. <para>rgview is the GUI version of rview.</para>
  23. </sect3>
  24. <sect3>
  25. <title>rgvim</title>
  26. <para>rgvim is the GUI version of rvim.</para>
  27. </sect3>
  28. <sect3>
  29. <title>rview</title>
  30. <para>rview is a restricted version of view. No shell commands can be started
  31. and Vim can't be suspended.</para>
  32. </sect3>
  33. <sect3>
  34. <title>rvim</title>
  35. <para>rvim is the restricted version of vim. No shell commands can be started
  36. and Vim can't be suspended.</para>
  37. </sect3>
  38. <sect3>
  39. <title>view</title>
  40. <para>view starts vim in read-only mode.</para>
  41. </sect3>
  42. <sect3>
  43. <title>vim</title>
  44. <para>vim starts vim in the normal, default way.</para>
  45. </sect3>
  46. <sect3>
  47. <title>vimtutor</title>
  48. <para>vimtutor starts the Vim tutor.</para>
  49. </sect3>
  50. <sect3>
  51. <title>xxd</title>
  52. <para>xxd makes a hexdump or does the reverse.</para>
  53. </sect3>
  54. </sect2>