vim-desc.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Vim package contains the ctags, etags, 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>ctags</title>
  10. <para>ctags generate tag files for source code.</para>
  11. </sect3>
  12. <sect3>
  13. <title>etags</title>
  14. <para>etags does the same as ctags but it can generate cross reference files
  15. which list information about the various source objects found in a set
  16. of language files.</para>
  17. </sect3>
  18. <sect3>
  19. <title>ex</title>
  20. <para>ex starts vim in Ex mode.</para>
  21. </sect3>
  22. <sect3>
  23. <title>gview</title>
  24. <para>gview is the GUI version of view.</para>
  25. </sect3>
  26. <sect3>
  27. <title>gvim</title>
  28. <para>gvim is the GUI version of vim.</para>
  29. </sect3>
  30. <sect3>
  31. <title>rgview</title>
  32. <para>rgview is the GUI version of rview.</para>
  33. </sect3>
  34. <sect3>
  35. <title>rgvim</title>
  36. <para>rgvim is the GUI version of rvim.</para>
  37. </sect3>
  38. <sect3>
  39. <title>rview</title>
  40. <para>rview is a restricted version of view. No shell commands can be started
  41. and Vim can't be suspended.</para>
  42. </sect3>
  43. <sect3>
  44. <title>rvim</title>
  45. <para>rvim is the restricted version of vim. No shell commands can be started
  46. and Vim can't be suspended.</para>
  47. </sect3>
  48. <sect3>
  49. <title>view</title>
  50. <para>view starts vim in read-only mode.</para>
  51. </sect3>
  52. <sect3>
  53. <title>vim</title>
  54. <para>vim starts vim in the normal, default way.</para>
  55. </sect3>
  56. <sect3>
  57. <title>vimtutor</title>
  58. <para>vimtutor starts the Vim tutor.</para>
  59. </sect3>
  60. <sect3>
  61. <title>xxd</title>
  62. <para>xxd makes a hexdump or does the reverse.</para>
  63. </sect3>
  64. </sect2>