xref: /csrg-svn/old/more/more.help (revision 11120)
1*11120Ssam
2*11120SsamMost commands optionally preceded by integer argument k.  Defaults in brackets.
3*11120SsamStar (*) indicates argument becomes new default.
4*11120Ssam-------------------------------------------------------------------------------
5*11120Ssam<space>			Display next k lines of text [current screen size]
6*11120Ssamz			Display next k lines of text [current screen size]*
7*11120Ssam<return>		Display next k lines of text [1]*
8*11120Ssamd or ctrl-D		Scroll k lines [current scroll size, initially 11]*
9*11120Ssamq or Q or <interrupt>	Exit from more
10*11120Ssams			Skip forward k lines of text [1]
11*11120Ssamf			Skip forward k screenfuls of text [1]
12*11120Ssam'			Go to place where previous search started
13*11120Ssam=			Display current line number
14*11120Ssam/<regular expression>	Search for kth occurrence of regular expression [1]
15*11120Ssamn			Search for kth occurrence of last r.e [1]
16*11120Ssam!<cmd> or :!<cmd>	Execute <cmd> in a subshell
17*11120Ssamv			Start up /usr/ucb/vi at current line
18*11120Ssamh			Display this message
19*11120Ssamctrl-L			Redraw screen
20*11120Ssam:n			Go to kth next file [1]
21*11120Ssam:p			Go to kth previous file [1]
22*11120Ssam:f			Display current file name and line number
23*11120Ssam.			Repeat previous command
24*11120Ssam-------------------------------------------------------------------------------
25