build: create empty config.mk if it does not exist
[vis.git] / vis.1
blob4aafd4e04e10104284b28238cdccfb06a02243f0
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 .TP
27 .B  $XDG_CONFIG_HOME/vis
28 where
29 .B $XDG_CONFIG_HOME
30 refers to
31 .B $HOME/.config
32 if unset
33 .TP
34 .B  /usr/local/share/vis
35 .TP
36 .B  /usr/share/vis
37 .RE
38 .RE
39 .TP
40 .B VIS_THEME
41 Override syntax highlighting theme to use.
42 .SH HELP
43 Type
44 .B :help
45 to get a list of currently active key bindings and their respective meaning.
46 .SH AUTHOR
47 vis is written by Marc AndrĂ© Tanner <mat at brain-dump.org>