vim-desc.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <sect2><title>Short descriptions</title>
  2. <para><command>efm_filter.pl</command> is a filter for creating an error
  3. file that can be read by vim.</para>
  4. <para><command>efm_perl.pl</command> reformats the error messages of the
  5. Perl interpreter for use with the quickfix mode of vim.</para>
  6. <para><command>ex</command> starts vim in ex mode.</para>
  7. <para><command>less.sh</command> is a script that starts vim with less.vim.</para>
  8. <para><command>mve.awk</command> processes vim errors.</para>
  9. <para><command>pltags.pl</command> creates a tags file for perl code,
  10. for use by vim.</para>
  11. <para><command>ref</command> checks the spelling of arguments.</para>
  12. <para><command>rview</command> is a restricted version of view: no shell
  13. commands can be started and view can't be suspended.</para>
  14. <para><command>rvim</command> is a restricted version of vim: no shell
  15. commands can be started and vim can't be suspended.</para>
  16. <para><command>shtags.pl</command> generates a tag file for perl scripts.</para>
  17. <para><command>tcltags</command> generates a tag file for TCL code.</para>
  18. <para><command>vi</command> starts vim in vi-compatible mode.</para>
  19. <para><command>view</command> starts vim in read-only mode.</para>
  20. <para><command>vim</command> is the editor.</para>
  21. <para><command>vim132</command> starts vim with the terminal in
  22. 132-column mode.</para>
  23. <para><command>vim2html.pl</command> converts vim documentation to
  24. HTML.</para>
  25. <para><command>vimdiff</command> edits two or three versions of a file with
  26. vim and show differences.</para>
  27. <para><command>vimm</command> enables the DEC locator input model on a
  28. remote terminal.</para>
  29. <para><command>vimspell.sh</command> is a script which spells a file and generates the syntax
  30. statements necessary to highlight in vim.</para>
  31. <para><command>vimtutor</command> teaches you the basic keys and commands
  32. of vim.</para>
  33. <para><command>xxd</command> makes a hexdump of the given file. It can
  34. also do the reverse, so it can be used for binary patching.</para>
  35. </sect2>