Posts Tagged ‘vi’
vim – Vi IMproved, a programmers text editor
USAGE
vim [options] [file ..]
vim [options] -
vim [options] -t tag
vim [options] -q [errorfile]
ex
[...]
etags, ctags – generate tag file for Emacs, vi
USAGE
etags [-aCDGImRVh] [-i file] [-l language]
[-o tagfile] [-r regexp]
[--append] [--no-defines] [--no-globals] [--include=file]
[--ignore-indentation] [--language=language] [--members]
[...]
emacs – GNU project Emacs
USAGE
emacs [ command-line switches ] [ files ... ]
DESCRIPTION
GNU Emacs is a version of Emacs, written by the author of the original
(PDP-10) Emacs, Richard Stallman.
[...]
ed, red – text editor
USAGE
ed [-] [-Gs] [-p string] [file]
red [-] [-Gs] [-p string] [file]
DESCRIPTION
ed is a line-oriented text editor. It is used to create, display, mod-
[...]
ctags and etags programs generate an index file for a variety of language objects.
USAGE
ctags [options] [file(s)]
etags [options] [file(s)]
DESCRIPTION
The ctags and etags programs (hereinafter collectively referred to as
[...]
cdecl, c++decl – Compose C and C++ type declarations
USAGE
cdecl [-a | -+ | -p | -r] [-ciqdDV]
[[ files ...] | explain … | declare … | cast … | set … |
[...]
