diff options
author | Paul Saab <ps@FreeBSD.org> | 2002-01-07 20:29:38 +0000 |
---|---|---|
committer | Paul Saab <ps@FreeBSD.org> | 2002-01-07 20:29:38 +0000 |
commit | c9346414d95d69f958210e825deb3b086dac3529 (patch) | |
tree | 22ed5b4269586d3d5c21d37a27645897709341e3 /contrib/less/less.hlp | |
parent | 8ed69c6ff9a57551420d2cb6f67c989b37477cb5 (diff) | |
download | src-test2-c9346414d95d69f958210e825deb3b086dac3529.tar.gz src-test2-c9346414d95d69f958210e825deb3b086dac3529.zip |
Notes
Diffstat (limited to 'contrib/less/less.hlp')
-rw-r--r-- | contrib/less/less.hlp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/less/less.hlp b/contrib/less/less.hlp index 24dc8bf85893..d5be32bed158 100644 --- a/contrib/less/less.hlp +++ b/contrib/less/less.hlp @@ -19,8 +19,8 @@ ESC-SPACE * Forward one window, but don't stop at end-of-file. d ^D * Forward one half-window (and set half-window to _N). u ^U * Backward one half-window (and set half-window to _N). - ESC-( RightArrow * Left 8 character positions (or _N positions). - ESC-) LeftArrow * Right 8 character positions (or _N positions). + ESC-( RightArrow * Left one half screen width (or _N positions). + ESC-) LeftArrow * Right one half screen width (or _N positions). F Forward forever; like "tail -f". r ^R ^L Repaint screen. R Repaint screen, discarding buffered input. @@ -52,6 +52,8 @@ g < ESC-< * Go to first line in file (or line _N). G > ESC-> * Go to last line in file (or line _N). p % * Go to beginning of file (or _N percent into file). + t * Go to the (_N-th) next tag. + T * Go to the (_N-th) previous tag. { ( [ * Find close bracket } ) ]. } ) ] * Find open bracket { ( [. ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>. @@ -173,10 +175,12 @@ Highlight first new line after forward-screen. -W ........ --HILITE-UNREAD Highlight first new line after any forward movement. - -x [_N] .... --tabs=[_N] + -x [_N[,...]] --tabs=[_N[,...]] Set tab stops. -X ........ --no-init Don't use termcap init/deinit strings. + --no-keypad + Don't use termcap keypad init/deinit strings. -y [_N] .... --max-forw-scroll=[_N] Forward scroll limit. -z [_N] .... --window=[_N] |