home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume16
/
less5
/
part04
/
lesskey.man
< prev
next >
Wrap
Text File
|
1988-09-22
|
5KB
|
133 lines
LLLLEEEESSSSSSSSKKKKEEEEYYYY((((1111)))) UUUUNNNNIIIIXXXX 5555....0000 LLLLEEEESSSSSSSSKKKKEEEEYYYY((((1111))))
NNNNAAAAMMMMEEEE
lesskey - specify key bindings for less
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
lllleeeesssssssskkkkeeeeyyyy [[[[----oooo oooouuuuttttppppuuuutttt]]]] [[[[iiiinnnnppppuuuutttt]]]]
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
_L_e_s_s_k_e_y is used to specify a set of key bindings to be used
by _l_e_s_s. The input file is a text file which describes the
key bindings, and the output file is a binary file which is
used by _l_e_s_s. If no input file is specified, standard input
is used. If no output file is specified, $HOME/.less is
used.
The input file consists of lines of the form:
string <whitespace> action <newline>
Whitespace is any sequence of one or more spaces and/or
tabs. The "string" is the command key(s) which invoke the
action. The string may be a single command key, or a
sequence of up to 15 keys. The "action" is the name of the
less action, from the list below. The characters in the
"string" may appear literally, or be prefixed by a carat to
indicate a control key. A backslash may be used to cause
the following character to be taken literally. Characters
which must be preceeded by backslash include carat, space,
tab and the backslash itself. A backslash followed by one
to three octal digits may be used to specify a character by
its octal value. Blank lines and lines which start with a
pound sign (#) are ignored.
As an example, the following input file describes the set of
default command keys used by less:
k back-line
y back-line
^K back-line
^Y back-line
^P back-line
b back-screen
^B back-screen
\33v back-screen
u back-scroll
^U back-scroll
? back-search
E examine
^X^V examine
+ first-cmd
e forw-line
j forw-line
^E forw-line
Page 1 (printed 7/19/88)
LLLLEEEESSSSSSSSKKKKEEEEYYYY((((1111)))) UUUUNNNNIIIIXXXX 5555....0000 LLLLEEEESSSSSSSSKKKKEEEEYYYY((((1111))))
^J forw-line
^M forw-line
^N forw-line
f forw-screen
^F forw-screen
\40 forw-screen
^V forw-screen
d forw-scroll
^D forw-scroll
/ forw-search
G goto-end
> goto-end
\33> goto-end
g goto-line
< goto-line
\33< goto-line
' goto-mark
^X^X goto-mark
H help
N next-file
% percent
p percent
P prev-file
q quit
ZZ quit
^L repaint
^R repaint
r repaint
R flush-repaint
n repeat-search
m set-mark
! shell
= status
^G status
- toggle-option
_ display-option
V version
v visual
Commands specified by _l_e_s_s_k_e_y take precedence over the
default commands. A default command key may be disabled by
including it in the key file with the action "invalid".
SSSSEEEEEEEE AAAALLLLSSSSOOOO
less(1)
Page 2 (printed 7/19/88)