vim-desc.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Vim package contains the ctags, etags, ex, gview, gvim, rgview,
  5. rgvim, rview, rvim, view, vim, vimtutor and xxd programs.
  6. </para>
  7. </sect2>
  8. <sect2>
  9. <title>Description</title>
  10. <sect3>
  11. <title>ctags</title>
  12. <para>
  13. ctags generate tag files for source code.
  14. </para>
  15. </sect3>
  16. <sect3>
  17. <title>etags</title>
  18. <para>
  19. etags does the same as ctags but it can generate cross reference files
  20. which list information about the various source objects found in a set
  21. of language files.
  22. </para>
  23. </sect3>
  24. <sect3>
  25. <title>ex</title>
  26. <para>
  27. ex starts vim in Ex mode.
  28. </para>
  29. </sect3>
  30. <sect3>
  31. <title>gview</title>
  32. <para>
  33. gview is the GUI version of view.
  34. </para>
  35. </sect3>
  36. <sect3>
  37. <title>gvim</title>
  38. <para>
  39. gvim is the GUI version of vim.
  40. </para>
  41. </sect3>
  42. <sect3>
  43. <title>rgview</title>
  44. <para>
  45. rgview is the GUI version of rview.
  46. </para>
  47. </sect3>
  48. <sect3>
  49. <title>rgvim</title>
  50. <para>
  51. rgvim is the GUI version of rvim.
  52. </para>
  53. </sect3>
  54. <sect3>
  55. <title>rview</title>
  56. <para>
  57. rview is a restricted version of view. No shell commands can be started
  58. and Vim can't be suspended.
  59. </para>
  60. </sect3>
  61. <sect3>
  62. <title>rvim</title>
  63. <para>
  64. rvim is the restricted version of vim. No shell commands can be started
  65. and Vim can't be suspended.
  66. </para>
  67. </sect3>
  68. <sect3>
  69. <title>view</title>
  70. <para>
  71. view starts vim in read-only mode.
  72. </para>
  73. </sect3>
  74. <sect3>
  75. <title>vim</title>
  76. <para>
  77. vim starts vim in the normal, default way.
  78. </para>
  79. </sect3>
  80. <sect3>
  81. <title>vimtutor</title>
  82. <para>
  83. vimtutor starts the Vim tutor.
  84. </para>
  85. </sect3>
  86. <sect3>
  87. <title>xxd</title>
  88. <para>
  89. xxd makes a hexdump or does the reverse.
  90. </para>
  91. </sect3>
  92. </sect2>