1VIMDOT(1) General Commands Manual VIMDOT(1)
2
3
4
6 vimdot - Combined text editor and dot viewer
7
9 vimdot [file]
10
12 vimdot is a simple script which launches the gvim or vim editor along
13 with a GUI window showing the dot output of the edited file. The dot
14 output window automatically refreshes everytime the file is saved in
15 the editor.
16
17 If no filename is given, vimdot will use 'noname.gv' and initialise it
18 with an example graph to get you started.
19
20 The GUI window (provided by "dot -Txlib") supports zooming using the
21 mouse scroll-wheel, and panning by holding the scroll-wheel down and
22 dragging.
23
25 vim(1), dot(1)
26
28 vimdot was written by John Ellson <ellson@research.att.com>
29
30 This manual page was written by David Claughton <dave@eclectic‐
31 dave.com>, for the Debian project (but may be used by others).
32
33
34
35 Jan 31, 2010 VIMDOT(1)