vis: improve cursor alignment command <C-a>
[vis.git] / vis.1
blobd961dc49b36d1d607eeafe39fd67d6995fcb204c
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 and exit.
17 .B \-\-
18 Denotes the end of the options. Arguments after this will be handled as a file name.
19 .SH ENVIRONMENT VARIABLES
20 .TP
21 .B VIS_PATH
22 Override path to look for Lua support files as used for syntax highlighting.
23 Defaults (in this order) to:
24 .RS
25 .RS
26 .nf
27 .PP
28 .B  $HOME/.vis
29 .B  /usr/local/share/vis
30 .B  /usr/share/vis
31 .fi
32 .RE
33 .RE
34 .TP
35 .B VIS_THEME
36 Override syntax highlighting theme to use.
37 .SH HELP
38 Type
39 .B :help
40 to get a list of currently active key bindings and their respective meaning.
41 .SH AUTHOR
42 vis is written by Marc AndrĂ© Tanner <mat at brain-dump.org>