"Fossies" - the Fresh Open Source Software archive 
Member "fe-1.9/fe.1.in" of archive fe-1.9.tar.gz:
Table of Contents
fe - folding editor
fe [-l line] [file [file]]
fe
is a folding editor with Emacs-style commands. Its interactive functions
are described in the ‘‘Fe User Guide’’. If you specify a file or two as arguments,
it (they) will be loaded initially.
- -l line
- Start at the given line
number.
- FE
- Contains characters that describe the default modes.
The following characters are recognised:
- b
- Show begin and end marks of
a file in a fashion similar to Origami.
- i
- Automatically indent a new line
as much as the previous line.
- l
- Display the line number of each line.
- m
- Magic
mode, search regular expressions instead of strings.
- o
- Overwrite characters
instead of inserting them. You can not overwrite newline characters or fold
marks.
- p
- Show the cursor position in the status line.
- R
- Always redraw the
screen immediatly instead of only redrawing it when there are no characters
typed ahead.
- s
- Scroll the whole screen sideways instead of only scrolling
the current line.
- t
- Show the current local time in the status line.
- B
- Display
fold marks in a bold font.
- TERM
- Specifies the used terminal type.
- *.hup
- fe
saves modified buffers to *.hup files when a hangup or terminate signal
arrives and tries to notify the user of this event by mail.
http://www.moria.de/~michael/fe/
This program is copyright 1995en2006 Michael Haardt <michael@moria.de>.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy
of the GNU General Public License along with this program. If not, write
to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
‘‘Fe User Guide’’, ‘‘Fe reference card of common commands’’
Table of Contents