Added a few comments here and there
[linux_from_scratch.git] / BOOK / appendixa / vim-desc.xml
blobe80e60d79d7b47cd6feddeca9be51f7c81157286
1 <sect2><title>Short descriptions</title>
3 <para><command>efm_filter.pl</command> is a filter for creating an error
4 file that can be read by vim.</para>
6 <para><command>efm_perl.pl</command> reformats the error messages of the
7 Perl interpreter for use with the quickfix mode of vim.</para>
9 <para><command>ex</command> starts vim in ex mode.</para>
11 <para><command>less.sh</command> is a script that starts vim with less.vim.</para>
13 <para><command>mve.awk</command> processes vim errors.</para>
15 <para><command>pltags.pl</command> creates a tags file for perl code,
16 for use by vim.</para>
18 <para><command>ref</command> checks the spelling of arguments.</para>
20 <para><command>rview</command> is a restricted version of view: no shell
21 commands can be started and view can't be suspended.</para>
23 <para><command>rvim</command> is a restricted version of vim: no shell
24 commands can be started and vim can't be suspended.</para>
26 <para><command>shtags.pl</command> generates a tag file for perl scripts.</para>
28 <para><command>tcltags</command> generates a tag file for TCL code.</para>
30 <para><command>vi</command> starts vim in vi-compatible mode.</para>
32 <para><command>view</command> starts vim in read-only mode.</para>
34 <para><command>vim</command> is the editor.</para>
36 <para><command>vim132</command> starts vim with the terminal in
37 132-column mode.</para>
39 <para><command>vim2html.pl</command> converts vim documentation to
40 HTML.</para>
42 <para><command>vimdiff</command> edits two or three versions of a file with
43 vim and show differences.</para>
45 <para><command>vimm</command> enables the DEC locator input model on a
46 remote terminal.</para>
48 <para><command>vimspell.sh</command> is a script which spells a file and generates the syntax
49 statements necessary to highlight in vim.</para>
51 <para><command>vimtutor</command> teaches you the basic keys and commands
52 of vim.</para>
54 <para><command>xxd</command> makes a hexdump of the given file. It can
55 also do the reverse, so it can be used for binary patching.</para>
57 </sect2>