vimdot.1 936 B

123456789101112131415161718192021222324252627
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .TH VIMDOT 1 "Jan 31, 2010"
  3. .SH NAME
  4. vimdot \- Combined text editor and dot viewer
  5. .SH SYNOPSIS
  6. .B vimdot
  7. .RI [ file ]
  8. .SH DESCRIPTION
  9. .PP
  10. \fBvimdot\fP is a simple script which launches the gvim or vim editor along with a GUI window showing the
  11. dot output of the edited file. The dot output window automatically refreshes
  12. every time the file is saved
  13. in the editor.
  14. .PP
  15. If no filename is given, vimdot will use 'noname.gv' and initialize it with an
  16. example graph to get you
  17. started.
  18. .PP
  19. The GUI window (provided by "dot \-Txlib") supports zooming using the mouse scroll-wheel, and panning by holding the scroll-wheel down and dragging.
  20. .SH SEE ALSO
  21. .br
  22. vim(1), dot(1)
  23. .SH AUTHOR
  24. vimdot was written by John Ellson <[email protected]>
  25. .PP
  26. This manual page was written by David Claughton <[email protected]>,
  27. for the Debian project (but may be used by others).