man ne (Commandes) - A nice editor
NAME
ne - A nice editor
SYNOPSIS
ne [options] files
- Options:
- [--help] [--utf8] [--no-utf8] [--ansi] [--no-ansi] [--no-config] [--macro macro-file] [--keys key-configuration-file] [--menus menu-configuration-file]
DESCRIPTION
ne is a free text editor that runs on (hopefully almost) any UN*X machine. ne is easy to use for the beginner, but powerful and fully configurable for the wizard, and most sparing in its resource usage.
This documentation is incomplete. The Texinfo documentation is the authoritative source (try info ne or info -f ne).
OPTIONS
- --help
- Prints a help message.
- --utf8
- Use UTF-8 I/O.
- --no-utf8
- Do not use UTF-8 I/O.
- --ansi
- Use the built-in ANSI sequences.
- --no-ansi
- Never use the built-in ANSI sequences.
- --
- Next token is a filename.
- --no-config
- Skip reading the menu and keyboard configuration files.
- --macro macro-file
- Execute the given macro after startup.
- --keys key-configuration-file
- Use the specified keyboard configuration file.
- --menus menu-configuration-file
- Use the specified menu configuration file.
USAGE
Start ne, then use escape, escape-escape or F1 to access the menus.
BUGS
Please send bug reports to <vigna@dsi.unimi.it> or <Todd_Lewis@unc.edu>.
AUTHORS
ne was originally written by Sebastiano Vigna. Todd M. Lewis added several new features.