diff options
author | toonn <toonn@toonn.io> | 2021-05-17 19:10:22 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2021-05-17 19:16:08 +0200 |
commit | 42a0efa86ba776587221aadc220c2be955c20fa8 (patch) | |
tree | 55d7d8939f8a25c2f4093c2d15ac59493a42a925 /doc | |
parent | 7410248abb5bfa2af539c1452561c410a0fc5831 (diff) | |
download | ranger-42a0efa86ba776587221aadc220c2be955c20fa8.tar.gz |
doc: Update man page re right clicking to open files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 14 | ||||
-rw-r--r-- | doc/ranger.pod | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index e1c025ed..1fd07327 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.3" "2021-01-22" "ranger manual" +.TH RANGER 1 "ranger-1.9.3" "2021-05-17" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -850,11 +850,11 @@ Backspace. .IX Header "MOUSE BUTTONS" .IP "Left Mouse Button" 4 .IX Item "Left Mouse Button" -Click on something and you'll move there. To run a file, \*(L"enter\*(R" it, like a -directory, by clicking on the preview. +Click on something and you'll move there. .IP "Right Mouse Button" 4 .IX Item "Right Mouse Button" -Enter a directory or run a file. +Enter a directory or run a file. To run a file you can either right click the +file in the main column or right click on the preview. .IP "Scroll Wheel" 4 .IX Item "Scroll Wheel" Scrolls up or down. You can point at the column of the parent directory while @@ -1086,8 +1086,8 @@ will be temporarily disabled automatically. .IP "padding_right [bool]" 4 .IX Item "padding_right [bool]" When collapse_preview is on and there is no preview, should there remain a -little padding on the right? This allows you to click into that space to run -the file. +little padding on the right? This allows you to right click into that space to +run the file. .IP "preview_directories [bool] <zP>" 4 .IX Item "preview_directories [bool] <zP>" Preview directories in the preview column? @@ -1345,7 +1345,7 @@ See also: man 1 chmod .IX Item "console [-pN | -s sentinel] command" Opens the console with the command already typed in. The cursor is placed at \&\fIN\fR or at the first occurrence of \fIsentinel\fR. Note that sentinel strings can -potentially occur inside macro expansions. If you cannot provide a sentinel, +potentially occur inside macro expansions. If you cannot provide a sentinel which is guaranteed to be unique, you should use \f(CW\*(C`\-p\*(C'\fR. .IP "copymap \fIkey\fR \fInewkey\fR [\fInewkey2\fR ...]" 2 .IX Item "copymap key newkey [newkey2 ...]" diff --git a/doc/ranger.pod b/doc/ranger.pod index 4cd5335a..b663e5b3 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -884,12 +884,12 @@ Backspace. =item Left Mouse Button -Click on something and you'll move there. To run a file, "enter" it, like a -directory, by clicking on the preview. +Click on something and you'll move there. =item Right Mouse Button -Enter a directory or run a file. +Enter a directory or run a file. To run a file you can either right click the +file in the main column or right click on the preview. =item Scroll Wheel @@ -1148,8 +1148,8 @@ will be temporarily disabled automatically. =item padding_right [bool] When collapse_preview is on and there is no preview, should there remain a -little padding on the right? This allows you to click into that space to run -the file. +little padding on the right? This allows you to right click into that space to +run the file. =item preview_directories [bool] <zP> |