File: debian.ae.1

package info (click to toggle)
ae 962-26
  • links: PTS
  • area: main
  • in suites: potato
  • size: 184 kB
  • ctags: 324
  • sloc: ansic: 2,633; makefile: 114; sh: 17
file content (38 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.\" Author:  Bill Mitchell
.\" 
.\" Revision 1.2:  added -c and -C options
.\" Revision 1.3:
.\"     Put options in alphabetical order.
.\"     Added the -s option.
.\" Revision 1.4:
.\"     added CHANGES FILE FORMAT section
.\"     Changed BUGS section
.\" Revision 1.5:
.\"     use different CHANGES FILE FORMAT example
.\"     change: extended description allowed for all fields
.\" Revision 1.6:
.\"     Added Description field and -e option
.\"
.TH AE 1 "Editors"
.SH NAME
ae \- tiny full-screen text editor
.SH SYNOPSIS
\fBae\fR
[-f config_file ] [ file ]
.SH DESCRIPTION
\fBae\fR is a tiny full-screen text editor with both modual (vi-like)
and modeless (emacs-like) editing modes, determined by an ae.rc
config file.
Keybindings are configurable in the config file.
The default config file is located in /etc/ae.rc.
If an ae.rc file exists in current working directory or in the user's
home directory, that file is used instead of the default file.
.LP
A users manual and sample config files may be found in /usr/doc/ae.
.SS FILES
.nf
/etc/ae.rc
/usr/doc/ae/ae.man
/usr/doc/ae/mode.rc
/usr/doc/ae/modeless.rc
.fi