diff options
Diffstat (limited to 'pw.1')
-rw-r--r-- | pw.1 | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -373,6 +373,11 @@ opened position must be filled by a line of data from standard input. There is no way to reduce the size dynamically. Resizing is limited to the terminal height, if the height is known. +.IP \fB#\fI +Toggle the display of line numbers. In tail-referenced trigger mode, +the lines are numbered from bottom to top. In all other situations, +top to bottom. + .IP \fBCtrl-Z\fI Suspends .IR pw , @@ -402,13 +407,13 @@ and .BR Ctrl-N . .IP "\fB:w\fP \fIfilename\fP" -Write the current contents of the display into the specified file. +Write the currently displayed lines into the specified file. .IP "\fB:a\fP \fIfilename\fP" -Append the current contents of the display into the specified file. +Append the currently displayed lines into the specified file. .IP "\fB:!\fP \fIfilename\fP" -Pipe the current contents of of the display into the specified command. +Pipe the currently displayed lines into the specified command. .IP "\fB:g\fP \fIpattern\fP, \fB:v\fP \fIpattern\fP" Push a |