summaryrefslogtreecommitdiffstats
path: root/contrib/less/less.hlp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/less.hlp')
-rw-r--r--contrib/less/less.hlp10
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/less/less.hlp b/contrib/less/less.hlp
index 24dc8bf..d5be32b 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]
OpenPOWER on IntegriCloud