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