vis: prefix enum VisMotion values with VIS_
[vis.git] / vis.1
blob63d0103a23370f85e44ad91bf19601ec2a6eafda
1 .TH VIS 1 vis\-VERSION
2 .nh
3 .SH NAME
4 vis - a vim like text editor
5 .SH SYNOPSIS
6 .B vis
7 .RI [ +command ... ]
8 .RI [ files ...|-]
9 .br
10 .SH DESCRIPTION
11 .B vis
12 is a highly efficient vim like text editor.
13 .SH OPTIONS
14 .B \-v
15 Print version information to standard output and exit.
17 .B \-\-
18 Denotes the end of the options. Arguments after this will be handled as a file name. This can be used to edit a filename that starts with a '-'.
19 .SH AUTHOR
20 vis is written by Marc AndrĂ© Tanner <mat at brain-dump.org>