xref: /csrg-svn/old/more/more.help (revision 24491)
111120Ssam
211120SsamMost commands optionally preceded by integer argument k.  Defaults in brackets.
311120SsamStar (*) indicates argument becomes new default.
411120Ssam-------------------------------------------------------------------------------
511120Ssam<space>			Display next k lines of text [current screen size]
611120Ssamz			Display next k lines of text [current screen size]*
711120Ssam<return>		Display next k lines of text [1]*
811120Ssamd or ctrl-D		Scroll k lines [current scroll size, initially 11]*
911120Ssamq or Q or <interrupt>	Exit from more
1011120Ssams			Skip forward k lines of text [1]
1111120Ssamf			Skip forward k screenfuls of text [1]
12*24491Sbloomb or ctrl-B		Skip backwards k screenfuls of text [1]
1311120Ssam'			Go to place where previous search started
1411120Ssam=			Display current line number
1511120Ssam/<regular expression>	Search for kth occurrence of regular expression [1]
1611120Ssamn			Search for kth occurrence of last r.e [1]
1711120Ssam!<cmd> or :!<cmd>	Execute <cmd> in a subshell
1811120Ssamv			Start up /usr/ucb/vi at current line
1911120Ssamctrl-L			Redraw screen
2011120Ssam:n			Go to kth next file [1]
2111120Ssam:p			Go to kth previous file [1]
2211120Ssam:f			Display current file name and line number
2311120Ssam.			Repeat previous command
2411120Ssam-------------------------------------------------------------------------------
25