Ctags

CTAGS(1) - General Commands Manual

Vi, Mg, Ctags

CTAGS(1) - General Commands Manual # CTAGS(1) - General Commands Manual NAME # ctags - create a tags file SYNOPSIS # ctags [-aBdFuvwx] [-f tagsfile] file … DESCRIPTION # ctags makes a tags file from the specified C, Pascal, Fortran, YACC, lex, and Lisp sources. A tags file gives the locations of specified objects in a group of files. Each line of the tags file contains the object name, the file in which it is defined, and a search pattern for the object definition, separated by whitespace. ...

MG(1) - General Commands Manual

Vi, Ctags, Mg

MG(1) - General Commands Manual # MG(1) - General Commands Manual NAME # mg - emacs-like text editor SYNOPSIS # mg [-nR] [-b file] [-f mode] [-u file] [+number] [file …] DESCRIPTION # mg is intended to be a small, fast, and portable editor for people who can’t (or don’t want to) run emacs for one reason or another, or are not familiar with the vi(1) editor. It is compatible with emacs because there shouldn’t be any reason to learn more editor types than emacs or vi(1). ...

MORE(1) - General Commands Manual

Less, Vi, Ctags, Re_format, More

MORE(1) - General Commands Manual # MORE(1) - General Commands Manual NAME # more - view files SYNOPSIS # more [-ceisu] [-n number] [-p command] [-t tag] [file …] DESCRIPTION # The more pager displays text one screenful at a time. After showing each screenful, it prompts the user for a command. Most commands scroll the text or move to a different place in the file, while some switch to another file. ...

VI(1) - General Commands Manual

Ctags, Re_format, Vi

VI(1) - General Commands Manual # VI(1) - General Commands Manual NAME # ex, vi, view - text editors SYNOPSIS # ex [-FRrSsv] [-c cmd] [-t tag] [-w size] [file …] vi [-eFRrS] [-c cmd] [-t tag] [-w size] [file …] view [-eFrS] [-c cmd] [-t tag] [-w size] [file …] DESCRIPTION # ex is a line-oriented text editor; vi is a screen-oriented text editor. ex and vi are different interfaces to the same program, and it is possible to switch back and forth during an edit session. ...